Shades of Downy #5FDBC0
Tints of Downy #5FDBC0
RGB
CMYK
RGB Variations
Color information
#5FDBC0 (or 0x5FDBC0) is known color: Downy. HEX triplet: 5F, DB and C0. RGB value is (95,219,192). Sum of RGB (Red+Green+Blue) = 95+219+192=506 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.77% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 192 (75.39% from 255 or 37.94% from 506); Max value from RGB is 219 - color contains mainly: green. Hex color #5FDBC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FDBC0 is #A0243F. Grayscale: #B2B2B2. Windows color (decimal): -10495040 or 12639071. OLE color: 12639071.
HSL color Cylindrical-coordinate representation of color #5FDBC0: hue angle of 166.94º 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 #5FDBC0 is Cyan = 0.57, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 219 | 192 | - |
| CMYK | 0.57 | 0 | 0.12 | 0.14 |
| HSL | 166.94º | 0.63% | 0.62% | - |
| HSV(B) | 166.94º | 0.57% | 0.86% | - |
| XYZ | 39.57 | 56.9 | 58.77 | - |
| YUV | 178.85 | 135.42 | 68.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 219 | 192 | 0.57 | 0 | 0.12 | 0.14 | 166.94 | 0.63 | 0.62 |
| Hex | 5F | DB | C0 | 39 | 0 | C | E | A7 | 3F | 3E |
| Octal | 137 | 333 | 300 | 71 | 0 | 14 | 16 | 247 | 77 | 76 |
| Binary | 1011111 | 11011011 | 11000000 | 111001 | 0 | 1100 | 1110 | 10100111 | 111111 | 111110 |
Color Harmonies of #5FDBC0
Complementary color
Monochromatic Colors of #5FDBC0
Black with #5FDBC0
Text Example
Text Example
White with #5FDBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDBC0; }
p { color: rgb(95,219,192); }
H1.HeaderClassName
{
color: #5FDBC0;
}
.AnyTagClassName
{
color: #5FDBC0;
}
</style>
background-color css
<style>
a { background-color: #5FDBC0; }
a { background-color: rgb(95,219,192); }
div.DivClassName
{
background-color: #5FDBC0;
}
.BgClassName
{
background-color: #5FDBC0;
}
</style>
border-color css
<style>
span { border-color: #5FDBC0; }
span { border-color: rgb(95,219,192); }
td.TdClassName
{
border-color: #5FDBC0;
}
.TagClassName
{
border-color: #5FDBC0;
}
</style>