Shades of Downy #5FCDB8
Tints of Downy #5FCDB8
RGB
CMYK
RGB Variations
Color information
#5FCDB8 (or 0x5FCDB8) is known color: Downy. HEX triplet: 5F, CD and B8. RGB value is (95,205,184). Sum of RGB (Red+Green+Blue) = 95+205+184=484 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.63% from 484); Green value is 205 (80.47% from 255 or 42.36% from 484); Blue value is 184 (72.27% from 255 or 38.02% from 484); Max value from RGB is 205 - color contains mainly: green. Hex color #5FCDB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCDB8 is #A03247. Grayscale: #A9A9A9. Windows color (decimal): -10498632 or 12111199. OLE color: 12111199.
HSL color Cylindrical-coordinate representation of color #5FCDB8: hue angle of 168.55º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FCDB8 is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 205 | 184 | - |
| CMYK | 0.54 | 0 | 0.10 | 0.20 |
| HSL | 168.55º | 0.52% | 0.59% | - |
| HSV(B) | 168.55º | 0.54% | 0.8% | - |
| XYZ | 35.2 | 49.56 | 53.06 | - |
| YUV | 169.72 | 136.06 | 74.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 205 | 184 | 0.54 | 0 | 0.10 | 0.20 | 168.55 | 0.52 | 0.59 |
| Hex | 5F | CD | B8 | 36 | 0 | A | 14 | A9 | 34 | 3B |
| Octal | 137 | 315 | 270 | 66 | 0 | 12 | 24 | 251 | 64 | 73 |
| Binary | 1011111 | 11001101 | 10111000 | 110110 | 0 | 1010 | 10100 | 10101001 | 110100 | 111011 |
Color Harmonies of #5FCDB8
Complementary color
Monochromatic Colors of #5FCDB8
Black with #5FCDB8
Text Example
Text Example
White with #5FCDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCDB8; }
p { color: rgb(95,205,184); }
H1.HeaderClassName
{
color: #5FCDB8;
}
.AnyTagClassName
{
color: #5FCDB8;
}
</style>
background-color css
<style>
a { background-color: #5FCDB8; }
a { background-color: rgb(95,205,184); }
div.DivClassName
{
background-color: #5FCDB8;
}
.BgClassName
{
background-color: #5FCDB8;
}
</style>
border-color css
<style>
span { border-color: #5FCDB8; }
span { border-color: rgb(95,205,184); }
td.TdClassName
{
border-color: #5FCDB8;
}
.TagClassName
{
border-color: #5FCDB8;
}
</style>