Shades of Downy #58DCB9
Tints of Downy #58DCB9
RGB
CMYK
RGB Variations
Color information
#58DCB9 (or 0x58DCB9) is known color: Downy. HEX triplet: 58, DC and B9. RGB value is (88,220,185). Sum of RGB (Red+Green+Blue) = 88+220+185=493 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.85% from 493); Green value is 220 (86.33% from 255 or 44.62% from 493); Blue value is 185 (72.66% from 255 or 37.53% from 493); Max value from RGB is 220 - color contains mainly: green. Hex color #58DCB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DCB9 is #A72346. Grayscale: #B0B0B0. Windows color (decimal): -10953543 or 12180568. OLE color: 12180568.
HSL color Cylindrical-coordinate representation of color #58DCB9: hue angle of 164.09º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58DCB9 is Cyan = 0.6, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 220 | 185 | - |
| CMYK | 0.6 | 0 | 0.16 | 0.14 |
| HSL | 164.09º | 0.65% | 0.6% | - |
| HSV(B) | 164.09º | 0.6% | 0.86% | - |
| XYZ | 38.37 | 56.76 | 54.83 | - |
| YUV | 176.54 | 132.77 | 64.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 220 | 185 | 0.6 | 0 | 0.16 | 0.14 | 164.09 | 0.65 | 0.6 |
| Hex | 58 | DC | B9 | 3C | 0 | 10 | E | A4 | 41 | 3C |
| Octal | 130 | 334 | 271 | 74 | 0 | 20 | 16 | 244 | 101 | 74 |
| Binary | 1011000 | 11011100 | 10111001 | 111100 | 0 | 10000 | 1110 | 10100100 | 1000001 | 111100 |
Color Harmonies of #58DCB9
Complementary color
Monochromatic Colors of #58DCB9
Black with #58DCB9
Text Example
Text Example
White with #58DCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DCB9; }
p { color: rgb(88,220,185); }
H1.HeaderClassName
{
color: #58DCB9;
}
.AnyTagClassName
{
color: #58DCB9;
}
</style>
background-color css
<style>
a { background-color: #58DCB9; }
a { background-color: rgb(88,220,185); }
div.DivClassName
{
background-color: #58DCB9;
}
.BgClassName
{
background-color: #58DCB9;
}
</style>
border-color css
<style>
span { border-color: #58DCB9; }
span { border-color: rgb(88,220,185); }
td.TdClassName
{
border-color: #58DCB9;
}
.TagClassName
{
border-color: #58DCB9;
}
</style>