Shades of Downy #58E1C0
Tints of Downy #58E1C0
RGB
CMYK
RGB Variations
Color information
#58E1C0 (or 0x58E1C0) is known color: Downy. HEX triplet: 58, E1 and C0. RGB value is (88,225,192). Sum of RGB (Red+Green+Blue) = 88+225+192=505 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.43% from 505); Green value is 225 (88.28% from 255 or 44.55% from 505); Blue value is 192 (75.39% from 255 or 38.02% from 505); Max value from RGB is 225 - color contains mainly: green. Hex color #58E1C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58E1C0 is #A71E3F. Grayscale: #B4B4B4. Windows color (decimal): -10952256 or 12640600. OLE color: 12640600.
HSL color Cylindrical-coordinate representation of color #58E1C0: hue angle of 165.55º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #58E1C0 is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 88 | 225 | 192 | - |
| CMYK | 0.61 | 0 | 0.15 | 0.12 |
| HSL | 165.55º | 0.7% | 0.61% | - |
| HSV(B) | 165.55º | 0.61% | 0.88% | - |
| XYZ | 40.46 | 59.73 | 59.27 | - |
| YUV | 180.28 | 134.61 | 62.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 225 | 192 | 0.61 | 0 | 0.15 | 0.12 | 165.55 | 0.7 | 0.61 |
| Hex | 58 | E1 | C0 | 3D | 0 | F | C | A6 | 46 | 3D |
| Octal | 130 | 341 | 300 | 75 | 0 | 17 | 14 | 246 | 106 | 75 |
| Binary | 1011000 | 11100001 | 11000000 | 111101 | 0 | 1111 | 1100 | 10100110 | 1000110 | 111101 |
Color Harmonies of #58E1C0
Complementary color
Monochromatic Colors of #58E1C0
Black with #58E1C0
Text Example
Text Example
White with #58E1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58E1C0; }
p { color: rgb(88,225,192); }
H1.HeaderClassName
{
color: #58E1C0;
}
.AnyTagClassName
{
color: #58E1C0;
}
</style>
background-color css
<style>
a { background-color: #58E1C0; }
a { background-color: rgb(88,225,192); }
div.DivClassName
{
background-color: #58E1C0;
}
.BgClassName
{
background-color: #58E1C0;
}
</style>
border-color css
<style>
span { border-color: #58E1C0; }
span { border-color: rgb(88,225,192); }
td.TdClassName
{
border-color: #58E1C0;
}
.TagClassName
{
border-color: #58E1C0;
}
</style>