HSL(192, 10%, 39%)
Grayish Cyan — Cyan color
Adjust Color
Color Information
Color Name
Grayish Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(192,10%,39%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(192, 10%, 39%) | color: hsl(192, 10%, 39%) | |
| HEX | #5A696D | color: #5A696D | |
| RGB | rgb(90, 105, 109) | color: rgb(90, 105, 109) | |
| CMYK | cmyk(17%, 4%, 0%, 57%) | — | |
| HSV | hsv(193, 17%, 43%) | — | |
| HWB | hwb(193 36% 57%) | color: hwb(193 36% 57%) | |
| OKLCH | oklch(0.5097 0.0193 215.6) | color: oklch(0.5097 0.0193 215.6) | |
| Lab | lab(43.33 -4.71 -4.15) | color: lab(43.33 -4.71 -4.15) | |
| LCH | lch(43.33 6.28 221.38) | color: lch(43.33 6.28 221.38) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#60616C — rgb(96, 97, 108)
Deuteranopia (Green-blind)
#605F6C — rgb(96, 95, 108)
Tritanopia (Blue-blind)
#5B6B6B — rgb(91, 107, 107)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(192, 10%, 39%);
text
color: hsl(192, 10%, 39%);
border
border: 2px solid hsl(192, 10%, 39%);
gradient light
background: linear-gradient(to right, hsl(192, 10%, 59%), hsl(192, 10%, 39%));
gradient dark
background: linear-gradient(to right, hsl(192, 10%, 39%), hsl(192, 10%, 19%))
hex
background-color: #5A696D;
tailwind
bg-[hsl(192,10%,39%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(192, 10%, 39%, 0.4);
css variable
--color-primary: hsl(192, 10%, 39%);
Related Colors
Use Cases for Grayish Cyan
Frequently Asked Questions
What are all the color codes for HSL(192, 10%, 39%)?
HEX: #5A696D | RGB: rgb(90, 105, 109) | CMYK: 17%, 4%, 0%, 57% | HSV: 193°, 17%, 43%. Copy any format from the conversion table above.
What colors go well with #5A696D?
The complementary color is HSL(12, 10%, 39%). For a triadic harmony, use hues 192°, 312°, and 72°. For analogous combinations, try hues 162° and 222°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(192, 10%, 39%) in CSS?
As HSL: color: hsl(192, 10%, 39%); — As HEX: color: #5A696D; — As RGB: color: rgb(90, 105, 109); — Tailwind CSS: bg-[hsl(192,10%,39%)] — CSS variable: --color-primary: hsl(192, 10%, 39%);