Shades of Downy #58CDB9
Tints of Downy #58CDB9
RGB
CMYK
RGB Variations
Color information
#58CDB9 (or 0x58CDB9) is known color: Downy. HEX triplet: 58, CD and B9. RGB value is (88,205,185). Sum of RGB (Red+Green+Blue) = 88+205+185=478 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.41% from 478); Green value is 205 (80.47% from 255 or 42.89% from 478); Blue value is 185 (72.66% from 255 or 38.70% from 478); Max value from RGB is 205 - color contains mainly: green. Hex color #58CDB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CDB9 is #A73246. Grayscale: #A7A7A7. Windows color (decimal): -10957383 or 12176728. OLE color: 12176728.
HSL color Cylindrical-coordinate representation of color #58CDB9: hue angle of 169.74º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58CDB9 is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 88 | 205 | 185 | - |
| CMYK | 0.57 | 0 | 0.10 | 0.20 |
| HSL | 169.74º | 0.54% | 0.57% | - |
| HSV(B) | 169.74º | 0.57% | 0.8% | - |
| XYZ | 34.61 | 49.24 | 53.58 | - |
| YUV | 167.74 | 137.74 | 71.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 205 | 185 | 0.57 | 0 | 0.10 | 0.20 | 169.74 | 0.54 | 0.57 |
| Hex | 58 | CD | B9 | 39 | 0 | A | 14 | AA | 36 | 39 |
| Octal | 130 | 315 | 271 | 71 | 0 | 12 | 24 | 252 | 66 | 71 |
| Binary | 1011000 | 11001101 | 10111001 | 111001 | 0 | 1010 | 10100 | 10101010 | 110110 | 111001 |
Color Harmonies of #58CDB9
Complementary color
Monochromatic Colors of #58CDB9
Black with #58CDB9
Text Example
Text Example
White with #58CDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CDB9; }
p { color: rgb(88,205,185); }
H1.HeaderClassName
{
color: #58CDB9;
}
.AnyTagClassName
{
color: #58CDB9;
}
</style>
background-color css
<style>
a { background-color: #58CDB9; }
a { background-color: rgb(88,205,185); }
div.DivClassName
{
background-color: #58CDB9;
}
.BgClassName
{
background-color: #58CDB9;
}
</style>
border-color css
<style>
span { border-color: #58CDB9; }
span { border-color: rgb(88,205,185); }
td.TdClassName
{
border-color: #58CDB9;
}
.TagClassName
{
border-color: #58CDB9;
}
</style>