Shades of Downy #58DCBF
Tints of Downy #58DCBF
RGB
CMYK
RGB Variations
Color information
#58DCBF (or 0x58DCBF) is known color: Downy. HEX triplet: 58, DC and BF. RGB value is (88,220,191). Sum of RGB (Red+Green+Blue) = 88+220+191=499 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.64% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 191 (75% from 255 or 38.28% from 499); Max value from RGB is 220 - color contains mainly: green. Hex color #58DCBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DCBF is #A72340. Grayscale: #B1B1B1. Windows color (decimal): -10953537 or 12573784. OLE color: 12573784.
HSL color Cylindrical-coordinate representation of color #58DCBF: hue angle of 166.82º 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 #58DCBF is Cyan = 0.6, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 220 | 191 | - |
| CMYK | 0.6 | 0 | 0.13 | 0.14 |
| HSL | 166.82º | 0.65% | 0.6% | - |
| HSV(B) | 166.82º | 0.6% | 0.86% | - |
| XYZ | 39.02 | 57.02 | 58.24 | - |
| YUV | 177.23 | 135.77 | 64.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 220 | 191 | 0.6 | 0 | 0.13 | 0.14 | 166.82 | 0.65 | 0.6 |
| Hex | 58 | DC | BF | 3C | 0 | D | E | A7 | 41 | 3C |
| Octal | 130 | 334 | 277 | 74 | 0 | 15 | 16 | 247 | 101 | 74 |
| Binary | 1011000 | 11011100 | 10111111 | 111100 | 0 | 1101 | 1110 | 10100111 | 1000001 | 111100 |
Color Harmonies of #58DCBF
Complementary color
Monochromatic Colors of #58DCBF
Black with #58DCBF
Text Example
Text Example
White with #58DCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DCBF; }
p { color: rgb(88,220,191); }
H1.HeaderClassName
{
color: #58DCBF;
}
.AnyTagClassName
{
color: #58DCBF;
}
</style>
background-color css
<style>
a { background-color: #58DCBF; }
a { background-color: rgb(88,220,191); }
div.DivClassName
{
background-color: #58DCBF;
}
.BgClassName
{
background-color: #58DCBF;
}
</style>
border-color css
<style>
span { border-color: #58DCBF; }
span { border-color: rgb(88,220,191); }
td.TdClassName
{
border-color: #58DCBF;
}
.TagClassName
{
border-color: #58DCBF;
}
</style>