Shades of Downy #5FDBC6
Tints of Downy #5FDBC6
RGB
CMYK
RGB Variations
Color information
#5FDBC6 (or 0x5FDBC6) is known color: Downy. HEX triplet: 5F, DB and C6. RGB value is (95,219,198). Sum of RGB (Red+Green+Blue) = 95+219+198=512 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.55% from 512); Green value is 219 (85.94% from 255 or 42.77% from 512); Blue value is 198 (77.73% from 255 or 38.67% from 512); Max value from RGB is 219 - color contains mainly: green. Hex color #5FDBC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FDBC6 is #A02439. Grayscale: #B3B3B3. Windows color (decimal): -10495034 or 13032287. OLE color: 13032287.
HSL color Cylindrical-coordinate representation of color #5FDBC6: hue angle of 169.84º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FDBC6 is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 219 | 198 | - |
| CMYK | 0.57 | 0 | 0.10 | 0.14 |
| HSL | 169.84º | 0.63% | 0.62% | - |
| HSV(B) | 169.84º | 0.57% | 0.86% | - |
| XYZ | 40.24 | 57.17 | 62.34 | - |
| YUV | 179.53 | 138.42 | 67.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 219 | 198 | 0.57 | 0 | 0.10 | 0.14 | 169.84 | 0.63 | 0.62 |
| Hex | 5F | DB | C6 | 39 | 0 | A | E | AA | 3F | 3E |
| Octal | 137 | 333 | 306 | 71 | 0 | 12 | 16 | 252 | 77 | 76 |
| Binary | 1011111 | 11011011 | 11000110 | 111001 | 0 | 1010 | 1110 | 10101010 | 111111 | 111110 |
Color Harmonies of #5FDBC6
Complementary color
Monochromatic Colors of #5FDBC6
Black with #5FDBC6
Text Example
Text Example
White with #5FDBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDBC6; }
p { color: rgb(95,219,198); }
H1.HeaderClassName
{
color: #5FDBC6;
}
.AnyTagClassName
{
color: #5FDBC6;
}
</style>
background-color css
<style>
a { background-color: #5FDBC6; }
a { background-color: rgb(95,219,198); }
div.DivClassName
{
background-color: #5FDBC6;
}
.BgClassName
{
background-color: #5FDBC6;
}
</style>
border-color css
<style>
span { border-color: #5FDBC6; }
span { border-color: rgb(95,219,198); }
td.TdClassName
{
border-color: #5FDBC6;
}
.TagClassName
{
border-color: #5FDBC6;
}
</style>