Shades of Downy #59CEB9
Tints of Downy #59CEB9
RGB
CMYK
RGB Variations
Color information
#59CEB9 (or 0x59CEB9) is known color: Downy. HEX triplet: 59, CE and B9. RGB value is (89,206,185). Sum of RGB (Red+Green+Blue) = 89+206+185=480 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.54% from 480); Green value is 206 (80.86% from 255 or 42.92% from 480); Blue value is 185 (72.66% from 255 or 38.54% from 480); Max value from RGB is 206 - color contains mainly: green. Hex color #59CEB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CEB9 is #A63146. Grayscale: #A8A8A8. Windows color (decimal): -10891591 or 12176985. OLE color: 12176985.
HSL color Cylindrical-coordinate representation of color #59CEB9: hue angle of 169.23º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #59CEB9 is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 206 | 185 | - |
| CMYK | 0.57 | 0 | 0.10 | 0.19 |
| HSL | 169.23º | 0.54% | 0.58% | - |
| HSV(B) | 169.23º | 0.57% | 0.81% | - |
| XYZ | 34.95 | 49.77 | 53.66 | - |
| YUV | 168.62 | 137.24 | 71.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 206 | 185 | 0.57 | 0 | 0.10 | 0.19 | 169.23 | 0.54 | 0.58 |
| Hex | 59 | CE | B9 | 39 | 0 | A | 13 | A9 | 36 | 3A |
| Octal | 131 | 316 | 271 | 71 | 0 | 12 | 23 | 251 | 66 | 72 |
| Binary | 1011001 | 11001110 | 10111001 | 111001 | 0 | 1010 | 10011 | 10101001 | 110110 | 111010 |
Color Harmonies of #59CEB9
Complementary color
Monochromatic Colors of #59CEB9
Black with #59CEB9
Text Example
Text Example
White with #59CEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59CEB9; }
p { color: rgb(89,206,185); }
H1.HeaderClassName
{
color: #59CEB9;
}
.AnyTagClassName
{
color: #59CEB9;
}
</style>
background-color css
<style>
a { background-color: #59CEB9; }
a { background-color: rgb(89,206,185); }
div.DivClassName
{
background-color: #59CEB9;
}
.BgClassName
{
background-color: #59CEB9;
}
</style>
border-color css
<style>
span { border-color: #59CEB9; }
span { border-color: rgb(89,206,185); }
td.TdClassName
{
border-color: #59CEB9;
}
.TagClassName
{
border-color: #59CEB9;
}
</style>