Shades of Downy #5FCDB7
Tints of Downy #5FCDB7
RGB
CMYK
RGB Variations
Color information
#5FCDB7 (or 0x5FCDB7) is known color: Downy. HEX triplet: 5F, CD and B7. RGB value is (95,205,183). Sum of RGB (Red+Green+Blue) = 95+205+183=483 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.67% from 483); Green value is 205 (80.47% from 255 or 42.44% from 483); Blue value is 183 (71.88% from 255 or 37.89% from 483); Max value from RGB is 205 - color contains mainly: green. Hex color #5FCDB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCDB7 is #A03248. Grayscale: #A9A9A9. Windows color (decimal): -10498633 or 12045663. OLE color: 12045663.
HSL color Cylindrical-coordinate representation of color #5FCDB7: hue angle of 168º 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 #5FCDB7 is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 205 | 183 | - |
| CMYK | 0.54 | 0 | 0.11 | 0.20 |
| HSL | 168º | 0.52% | 0.59% | - |
| HSV(B) | 168º | 0.54% | 0.8% | - |
| XYZ | 35.1 | 49.51 | 52.51 | - |
| YUV | 169.6 | 135.56 | 74.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 205 | 183 | 0.54 | 0 | 0.11 | 0.20 | 168 | 0.52 | 0.59 |
| Hex | 5F | CD | B7 | 36 | 0 | B | 14 | A8 | 34 | 3B |
| Octal | 137 | 315 | 267 | 66 | 0 | 13 | 24 | 250 | 64 | 73 |
| Binary | 1011111 | 11001101 | 10110111 | 110110 | 0 | 1011 | 10100 | 10101000 | 110100 | 111011 |
Color Harmonies of #5FCDB7
Complementary color
Monochromatic Colors of #5FCDB7
Black with #5FCDB7
Text Example
Text Example
White with #5FCDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCDB7; }
p { color: rgb(95,205,183); }
H1.HeaderClassName
{
color: #5FCDB7;
}
.AnyTagClassName
{
color: #5FCDB7;
}
</style>
background-color css
<style>
a { background-color: #5FCDB7; }
a { background-color: rgb(95,205,183); }
div.DivClassName
{
background-color: #5FCDB7;
}
.BgClassName
{
background-color: #5FCDB7;
}
</style>
border-color css
<style>
span { border-color: #5FCDB7; }
span { border-color: rgb(95,205,183); }
td.TdClassName
{
border-color: #5FCDB7;
}
.TagClassName
{
border-color: #5FCDB7;
}
</style>