Shades of Downy #59DDBB
Tints of Downy #59DDBB
RGB
CMYK
RGB Variations
Color information
#59DDBB (or 0x59DDBB) is known color: Downy. HEX triplet: 59, DD and BB. RGB value is (89,221,187). Sum of RGB (Red+Green+Blue) = 89+221+187=497 (65% of max value = 765). Red value is 89 (35.16% from 255 or 17.91% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 221 - color contains mainly: green. Hex color #59DDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DDBB is #A62244. Grayscale: #B1B1B1. Windows color (decimal): -10887749 or 12311897. OLE color: 12311897.
HSL color Cylindrical-coordinate representation of color #59DDBB: hue angle of 164.55º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59DDBB is Cyan = 0.60, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 221 | 187 | - |
| CMYK | 0.60 | 0 | 0.15 | 0.13 |
| HSL | 164.55º | 0.66% | 0.61% | - |
| HSV(B) | 164.55º | 0.6% | 0.87% | - |
| XYZ | 38.95 | 57.42 | 56.05 | - |
| YUV | 177.66 | 133.27 | 64.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 221 | 187 | 0.60 | 0 | 0.15 | 0.13 | 164.55 | 0.66 | 0.61 |
| Hex | 59 | DD | BB | 3C | 0 | F | D | A5 | 42 | 3D |
| Octal | 131 | 335 | 273 | 74 | 0 | 17 | 15 | 245 | 102 | 75 |
| Binary | 1011001 | 11011101 | 10111011 | 111100 | 0 | 1111 | 1101 | 10100101 | 1000010 | 111101 |
Color Harmonies of #59DDBB
Complementary color
Monochromatic Colors of #59DDBB
Black with #59DDBB
Text Example
Text Example
White with #59DDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59DDBB; }
p { color: rgb(89,221,187); }
H1.HeaderClassName
{
color: #59DDBB;
}
.AnyTagClassName
{
color: #59DDBB;
}
</style>
background-color css
<style>
a { background-color: #59DDBB; }
a { background-color: rgb(89,221,187); }
div.DivClassName
{
background-color: #59DDBB;
}
.BgClassName
{
background-color: #59DDBB;
}
</style>
border-color css
<style>
span { border-color: #59DDBB; }
span { border-color: rgb(89,221,187); }
td.TdClassName
{
border-color: #59DDBB;
}
.TagClassName
{
border-color: #59DDBB;
}
</style>