Shades of Downy #58DBBD
Tints of Downy #58DBBD
RGB
CMYK
RGB Variations
Color information
#58DBBD (or 0x58DBBD) is known color: Downy. HEX triplet: 58, DB and BD. RGB value is (88,219,189). Sum of RGB (Red+Green+Blue) = 88+219+189=496 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.74% from 496); Green value is 219 (85.94% from 255 or 44.15% from 496); Blue value is 189 (74.22% from 255 or 38.10% from 496); Max value from RGB is 219 - color contains mainly: green. Hex color #58DBBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DBBD is #A72442. Grayscale: #B0B0B0. Windows color (decimal): -10953795 or 12442456. OLE color: 12442456.
HSL color Cylindrical-coordinate representation of color #58DBBD: hue angle of 166.26º 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 #58DBBD is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 219 | 189 | - |
| CMYK | 0.60 | 0 | 0.14 | 0.14 |
| HSL | 166.26º | 0.65% | 0.6% | - |
| HSV(B) | 166.26º | 0.6% | 0.86% | - |
| XYZ | 38.54 | 56.41 | 57 | - |
| YUV | 176.41 | 135.1 | 64.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 219 | 189 | 0.60 | 0 | 0.14 | 0.14 | 166.26 | 0.65 | 0.6 |
| Hex | 58 | DB | BD | 3C | 0 | E | E | A6 | 41 | 3C |
| Octal | 130 | 333 | 275 | 74 | 0 | 16 | 16 | 246 | 101 | 74 |
| Binary | 1011000 | 11011011 | 10111101 | 111100 | 0 | 1110 | 1110 | 10100110 | 1000001 | 111100 |
Color Harmonies of #58DBBD
Complementary color
Monochromatic Colors of #58DBBD
Black with #58DBBD
Text Example
Text Example
White with #58DBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DBBD; }
p { color: rgb(88,219,189); }
H1.HeaderClassName
{
color: #58DBBD;
}
.AnyTagClassName
{
color: #58DBBD;
}
</style>
background-color css
<style>
a { background-color: #58DBBD; }
a { background-color: rgb(88,219,189); }
div.DivClassName
{
background-color: #58DBBD;
}
.BgClassName
{
background-color: #58DBBD;
}
</style>
border-color css
<style>
span { border-color: #58DBBD; }
span { border-color: rgb(88,219,189); }
td.TdClassName
{
border-color: #58DBBD;
}
.TagClassName
{
border-color: #58DBBD;
}
</style>