Shades of Downy #5FCDB9
Tints of Downy #5FCDB9
RGB
CMYK
RGB Variations
Color information
#5FCDB9 (or 0x5FCDB9) is known color: Downy. HEX triplet: 5F, CD and B9. RGB value is (95,205,185). Sum of RGB (Red+Green+Blue) = 95+205+185=485 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.59% from 485); Green value is 205 (80.47% from 255 or 42.27% from 485); Blue value is 185 (72.66% from 255 or 38.14% from 485); Max value from RGB is 205 - color contains mainly: green. Hex color #5FCDB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCDB9 is #A03246. Grayscale: #A9A9A9. Windows color (decimal): -10498631 or 12176735. OLE color: 12176735.
HSL color Cylindrical-coordinate representation of color #5FCDB9: hue angle of 169.09º 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 #5FCDB9 is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 205 | 185 | - |
| CMYK | 0.54 | 0 | 0.10 | 0.20 |
| HSL | 169.09º | 0.52% | 0.59% | - |
| HSV(B) | 169.09º | 0.54% | 0.8% | - |
| XYZ | 35.31 | 49.6 | 53.61 | - |
| YUV | 169.83 | 136.56 | 74.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 205 | 185 | 0.54 | 0 | 0.10 | 0.20 | 169.09 | 0.52 | 0.59 |
| Hex | 5F | CD | B9 | 36 | 0 | A | 14 | A9 | 34 | 3B |
| Octal | 137 | 315 | 271 | 66 | 0 | 12 | 24 | 251 | 64 | 73 |
| Binary | 1011111 | 11001101 | 10111001 | 110110 | 0 | 1010 | 10100 | 10101001 | 110100 | 111011 |
Color Harmonies of #5FCDB9
Complementary color
Monochromatic Colors of #5FCDB9
Black with #5FCDB9
Text Example
Text Example
White with #5FCDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCDB9; }
p { color: rgb(95,205,185); }
H1.HeaderClassName
{
color: #5FCDB9;
}
.AnyTagClassName
{
color: #5FCDB9;
}
</style>
background-color css
<style>
a { background-color: #5FCDB9; }
a { background-color: rgb(95,205,185); }
div.DivClassName
{
background-color: #5FCDB9;
}
.BgClassName
{
background-color: #5FCDB9;
}
</style>
border-color css
<style>
span { border-color: #5FCDB9; }
span { border-color: rgb(95,205,185); }
td.TdClassName
{
border-color: #5FCDB9;
}
.TagClassName
{
border-color: #5FCDB9;
}
</style>