Shades of Downy #59E5C1
Tints of Downy #59E5C1
RGB
CMYK
RGB Variations
Color information
#59E5C1 (or 0x59E5C1) is known color: Downy. HEX triplet: 59, E5 and C1. RGB value is (89,229,193). Sum of RGB (Red+Green+Blue) = 89+229+193=511 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.42% from 511); Green value is 229 (89.84% from 255 or 44.81% from 511); Blue value is 193 (75.78% from 255 or 37.77% from 511); Max value from RGB is 229 - color contains mainly: green. Hex color #59E5C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59E5C1 is #A61A3E. Grayscale: #B7B7B7. Windows color (decimal): -10885695 or 12707161. OLE color: 12707161.
HSL color Cylindrical-coordinate representation of color #59E5C1: hue angle of 164.57º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #59E5C1 is Cyan = 0.61, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 89 | 229 | 193 | - |
| CMYK | 0.61 | 0 | 0.16 | 0.10 |
| HSL | 164.57º | 0.73% | 0.62% | - |
| HSV(B) | 164.57º | 0.61% | 0.9% | - |
| XYZ | 41.76 | 62.01 | 60.22 | - |
| YUV | 183.04 | 133.62 | 60.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 229 | 193 | 0.61 | 0 | 0.16 | 0.10 | 164.57 | 0.73 | 0.62 |
| Hex | 59 | E5 | C1 | 3D | 0 | 10 | A | A5 | 49 | 3E |
| Octal | 131 | 345 | 301 | 75 | 0 | 20 | 12 | 245 | 111 | 76 |
| Binary | 1011001 | 11100101 | 11000001 | 111101 | 0 | 10000 | 1010 | 10100101 | 1001001 | 111110 |
Color Harmonies of #59E5C1
Complementary color
Monochromatic Colors of #59E5C1
Black with #59E5C1
Text Example
Text Example
White with #59E5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59E5C1; }
p { color: rgb(89,229,193); }
H1.HeaderClassName
{
color: #59E5C1;
}
.AnyTagClassName
{
color: #59E5C1;
}
</style>
background-color css
<style>
a { background-color: #59E5C1; }
a { background-color: rgb(89,229,193); }
div.DivClassName
{
background-color: #59E5C1;
}
.BgClassName
{
background-color: #59E5C1;
}
</style>
border-color css
<style>
span { border-color: #59E5C1; }
span { border-color: rgb(89,229,193); }
td.TdClassName
{
border-color: #59E5C1;
}
.TagClassName
{
border-color: #59E5C1;
}
</style>