Shades of Downy #58DDB9
Tints of Downy #58DDB9
RGB
CMYK
RGB Variations
Color information
#58DDB9 (or 0x58DDB9) is known color: Downy. HEX triplet: 58, DD and B9. RGB value is (88,221,185). Sum of RGB (Red+Green+Blue) = 88+221+185=494 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.81% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 185 (72.66% from 255 or 37.45% from 494); Max value from RGB is 221 - color contains mainly: green. Hex color #58DDB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DDB9 is #A72246. Grayscale: #B1B1B1. Windows color (decimal): -10953287 or 12180824. OLE color: 12180824.
HSL color Cylindrical-coordinate representation of color #58DDB9: hue angle of 163.76º 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 #58DDB9 is Cyan = 0.60, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 221 | 185 | - |
| CMYK | 0.60 | 0 | 0.16 | 0.13 |
| HSL | 163.76º | 0.66% | 0.61% | - |
| HSV(B) | 163.76º | 0.6% | 0.87% | - |
| XYZ | 38.64 | 57.29 | 54.92 | - |
| YUV | 177.13 | 132.44 | 64.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 221 | 185 | 0.60 | 0 | 0.16 | 0.13 | 163.76 | 0.66 | 0.61 |
| Hex | 58 | DD | B9 | 3C | 0 | 10 | D | A4 | 42 | 3D |
| Octal | 130 | 335 | 271 | 74 | 0 | 20 | 15 | 244 | 102 | 75 |
| Binary | 1011000 | 11011101 | 10111001 | 111100 | 0 | 10000 | 1101 | 10100100 | 1000010 | 111101 |
Color Harmonies of #58DDB9
Complementary color
Monochromatic Colors of #58DDB9
Black with #58DDB9
Text Example
Text Example
White with #58DDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DDB9; }
p { color: rgb(88,221,185); }
H1.HeaderClassName
{
color: #58DDB9;
}
.AnyTagClassName
{
color: #58DDB9;
}
</style>
background-color css
<style>
a { background-color: #58DDB9; }
a { background-color: rgb(88,221,185); }
div.DivClassName
{
background-color: #58DDB9;
}
.BgClassName
{
background-color: #58DDB9;
}
</style>
border-color css
<style>
span { border-color: #58DDB9; }
span { border-color: rgb(88,221,185); }
td.TdClassName
{
border-color: #58DDB9;
}
.TagClassName
{
border-color: #58DDB9;
}
</style>