Shades of Downy #59D3C0
Tints of Downy #59D3C0
RGB
CMYK
RGB Variations
Color information
#59D3C0 (or 0x59D3C0) is known color: Downy. HEX triplet: 59, D3 and C0. RGB value is (89,211,192). Sum of RGB (Red+Green+Blue) = 89+211+192=492 (65% of max value = 765). Red value is 89 (35.16% from 255 or 18.09% from 492); Green value is 211 (82.81% from 255 or 42.89% from 492); Blue value is 192 (75.39% from 255 or 39.02% from 492); Max value from RGB is 211 - color contains mainly: green. Hex color #59D3C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59D3C0 is #A62C3F. Grayscale: #ACACAC. Windows color (decimal): -10890304 or 12637017. OLE color: 12637017.
HSL color Cylindrical-coordinate representation of color #59D3C0: hue angle of 170.66º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #59D3C0 is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 89 | 211 | 192 | - |
| CMYK | 0.58 | 0 | 0.09 | 0.17 |
| HSL | 170.66º | 0.58% | 0.59% | - |
| HSV(B) | 170.66º | 0.58% | 0.83% | - |
| XYZ | 36.93 | 52.52 | 58.06 | - |
| YUV | 172.36 | 139.08 | 68.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 211 | 192 | 0.58 | 0 | 0.09 | 0.17 | 170.66 | 0.58 | 0.59 |
| Hex | 59 | D3 | C0 | 3A | 0 | 9 | 11 | AB | 3A | 3B |
| Octal | 131 | 323 | 300 | 72 | 0 | 11 | 21 | 253 | 72 | 73 |
| Binary | 1011001 | 11010011 | 11000000 | 111010 | 0 | 1001 | 10001 | 10101011 | 111010 | 111011 |
Color Harmonies of #59D3C0
Complementary color
Monochromatic Colors of #59D3C0
Black with #59D3C0
Text Example
Text Example
White with #59D3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59D3C0; }
p { color: rgb(89,211,192); }
H1.HeaderClassName
{
color: #59D3C0;
}
.AnyTagClassName
{
color: #59D3C0;
}
</style>
background-color css
<style>
a { background-color: #59D3C0; }
a { background-color: rgb(89,211,192); }
div.DivClassName
{
background-color: #59D3C0;
}
.BgClassName
{
background-color: #59D3C0;
}
</style>
border-color css
<style>
span { border-color: #59D3C0; }
span { border-color: rgb(89,211,192); }
td.TdClassName
{
border-color: #59D3C0;
}
.TagClassName
{
border-color: #59D3C0;
}
</style>