Shades of Downy #59D5BF
Tints of Downy #59D5BF
RGB
CMYK
RGB Variations
Color information
#59D5BF (or 0x59D5BF) is known color: Downy. HEX triplet: 59, D5 and BF. RGB value is (89,213,191). Sum of RGB (Red+Green+Blue) = 89+213+191=493 (65% of max value = 765). Red value is 89 (35.16% from 255 or 18.05% from 493); Green value is 213 (83.59% from 255 or 43.20% from 493); Blue value is 191 (75% from 255 or 38.74% from 493); Max value from RGB is 213 - color contains mainly: green. Hex color #59D5BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59D5BF is #A62A40. Grayscale: #ADADAD. Windows color (decimal): -10889793 or 12571993. OLE color: 12571993.
HSL color Cylindrical-coordinate representation of color #59D5BF: hue angle of 169.35º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #59D5BF is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 89 | 213 | 191 | - |
| CMYK | 0.58 | 0 | 0.10 | 0.16 |
| HSL | 169.35º | 0.6% | 0.59% | - |
| HSV(B) | 169.35º | 0.58% | 0.84% | - |
| XYZ | 37.32 | 53.47 | 57.64 | - |
| YUV | 173.42 | 137.92 | 67.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 213 | 191 | 0.58 | 0 | 0.10 | 0.16 | 169.35 | 0.6 | 0.59 |
| Hex | 59 | D5 | BF | 3A | 0 | A | 10 | A9 | 3C | 3B |
| Octal | 131 | 325 | 277 | 72 | 0 | 12 | 20 | 251 | 74 | 73 |
| Binary | 1011001 | 11010101 | 10111111 | 111010 | 0 | 1010 | 10000 | 10101001 | 111100 | 111011 |
Color Harmonies of #59D5BF
Complementary color
Monochromatic Colors of #59D5BF
Black with #59D5BF
Text Example
Text Example
White with #59D5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59D5BF; }
p { color: rgb(89,213,191); }
H1.HeaderClassName
{
color: #59D5BF;
}
.AnyTagClassName
{
color: #59D5BF;
}
</style>
background-color css
<style>
a { background-color: #59D5BF; }
a { background-color: rgb(89,213,191); }
div.DivClassName
{
background-color: #59D5BF;
}
.BgClassName
{
background-color: #59D5BF;
}
</style>
border-color css
<style>
span { border-color: #59D5BF; }
span { border-color: rgb(89,213,191); }
td.TdClassName
{
border-color: #59D5BF;
}
.TagClassName
{
border-color: #59D5BF;
}
</style>