Shades of Downy #58D3B9
Tints of Downy #58D3B9
RGB
CMYK
RGB Variations
Color information
#58D3B9 (or 0x58D3B9) is known color: Downy. HEX triplet: 58, D3 and B9. RGB value is (88,211,185). Sum of RGB (Red+Green+Blue) = 88+211+185=484 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.18% from 484); Green value is 211 (82.81% from 255 or 43.60% from 484); Blue value is 185 (72.66% from 255 or 38.22% from 484); Max value from RGB is 211 - color contains mainly: green. Hex color #58D3B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58D3B9 is #A72C46. Grayscale: #ABABAB. Windows color (decimal): -10955847 or 12178264. OLE color: 12178264.
HSL color Cylindrical-coordinate representation of color #58D3B9: hue angle of 167.32º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #58D3B9 is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 88 | 211 | 185 | - |
| CMYK | 0.58 | 0 | 0.12 | 0.17 |
| HSL | 167.32º | 0.58% | 0.59% | - |
| HSV(B) | 167.32º | 0.58% | 0.83% | - |
| XYZ | 36.08 | 52.17 | 54.07 | - |
| YUV | 171.26 | 135.75 | 68.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 211 | 185 | 0.58 | 0 | 0.12 | 0.17 | 167.32 | 0.58 | 0.59 |
| Hex | 58 | D3 | B9 | 3A | 0 | C | 11 | A7 | 3A | 3B |
| Octal | 130 | 323 | 271 | 72 | 0 | 14 | 21 | 247 | 72 | 73 |
| Binary | 1011000 | 11010011 | 10111001 | 111010 | 0 | 1100 | 10001 | 10100111 | 111010 | 111011 |
Color Harmonies of #58D3B9
Complementary color
Monochromatic Colors of #58D3B9
Black with #58D3B9
Text Example
Text Example
White with #58D3B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D3B9; }
p { color: rgb(88,211,185); }
H1.HeaderClassName
{
color: #58D3B9;
}
.AnyTagClassName
{
color: #58D3B9;
}
</style>
background-color css
<style>
a { background-color: #58D3B9; }
a { background-color: rgb(88,211,185); }
div.DivClassName
{
background-color: #58D3B9;
}
.BgClassName
{
background-color: #58D3B9;
}
</style>
border-color css
<style>
span { border-color: #58D3B9; }
span { border-color: rgb(88,211,185); }
td.TdClassName
{
border-color: #58D3B9;
}
.TagClassName
{
border-color: #58D3B9;
}
</style>