Shades of Downy #58DBBB
Tints of Downy #58DBBB
RGB
CMYK
RGB Variations
Color information
#58DBBB (or 0x58DBBB) is known color: Downy. HEX triplet: 58, DB and BB. RGB value is (88,219,187). Sum of RGB (Red+Green+Blue) = 88+219+187=494 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.81% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 219 - color contains mainly: green. Hex color #58DBBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DBBB is #A72444. Grayscale: #B0B0B0. Windows color (decimal): -10953797 or 12311384. OLE color: 12311384.
HSL color Cylindrical-coordinate representation of color #58DBBB: hue angle of 165.34º 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 #58DBBB is Cyan = 0.60, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 219 | 187 | - |
| CMYK | 0.60 | 0 | 0.15 | 0.14 |
| HSL | 165.34º | 0.65% | 0.6% | - |
| HSV(B) | 165.34º | 0.6% | 0.86% | - |
| XYZ | 38.33 | 56.33 | 55.87 | - |
| YUV | 176.18 | 134.1 | 65.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 219 | 187 | 0.60 | 0 | 0.15 | 0.14 | 165.34 | 0.65 | 0.6 |
| Hex | 58 | DB | BB | 3C | 0 | F | E | A5 | 41 | 3C |
| Octal | 130 | 333 | 273 | 74 | 0 | 17 | 16 | 245 | 101 | 74 |
| Binary | 1011000 | 11011011 | 10111011 | 111100 | 0 | 1111 | 1110 | 10100101 | 1000001 | 111100 |
Color Harmonies of #58DBBB
Complementary color
Monochromatic Colors of #58DBBB
Black with #58DBBB
Text Example
Text Example
White with #58DBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DBBB; }
p { color: rgb(88,219,187); }
H1.HeaderClassName
{
color: #58DBBB;
}
.AnyTagClassName
{
color: #58DBBB;
}
</style>
background-color css
<style>
a { background-color: #58DBBB; }
a { background-color: rgb(88,219,187); }
div.DivClassName
{
background-color: #58DBBB;
}
.BgClassName
{
background-color: #58DBBB;
}
</style>
border-color css
<style>
span { border-color: #58DBBB; }
span { border-color: rgb(88,219,187); }
td.TdClassName
{
border-color: #58DBBB;
}
.TagClassName
{
border-color: #58DBBB;
}
</style>