Shades of Downy #5BD2C0
Tints of Downy #5BD2C0
RGB
CMYK
RGB Variations
Color information
#5BD2C0 (or 0x5BD2C0) is known color: Downy. HEX triplet: 5B, D2 and C0. RGB value is (91,210,192). Sum of RGB (Red+Green+Blue) = 91+210+192=493 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.46% from 493); Green value is 210 (82.42% from 255 or 42.60% from 493); Blue value is 192 (75.39% from 255 or 38.95% from 493); Max value from RGB is 210 - color contains mainly: green. Hex color #5BD2C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BD2C0 is #A42D3F. Grayscale: #ACACAC. Windows color (decimal): -10759488 or 12636763. OLE color: 12636763.
HSL color Cylindrical-coordinate representation of color #5BD2C0: hue angle of 170.92º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5BD2C0 is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 91 | 210 | 192 | - |
| CMYK | 0.57 | 0 | 0.09 | 0.18 |
| HSL | 170.92º | 0.57% | 0.59% | - |
| HSV(B) | 170.92º | 0.57% | 0.82% | - |
| XYZ | 36.88 | 52.12 | 57.99 | - |
| YUV | 172.37 | 139.08 | 69.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 210 | 192 | 0.57 | 0 | 0.09 | 0.18 | 170.92 | 0.57 | 0.59 |
| Hex | 5B | D2 | C0 | 39 | 0 | 9 | 12 | AB | 39 | 3B |
| Octal | 133 | 322 | 300 | 71 | 0 | 11 | 22 | 253 | 71 | 73 |
| Binary | 1011011 | 11010010 | 11000000 | 111001 | 0 | 1001 | 10010 | 10101011 | 111001 | 111011 |
Color Harmonies of #5BD2C0
Complementary color
Monochromatic Colors of #5BD2C0
Black with #5BD2C0
Text Example
Text Example
White with #5BD2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD2C0; }
p { color: rgb(91,210,192); }
H1.HeaderClassName
{
color: #5BD2C0;
}
.AnyTagClassName
{
color: #5BD2C0;
}
</style>
background-color css
<style>
a { background-color: #5BD2C0; }
a { background-color: rgb(91,210,192); }
div.DivClassName
{
background-color: #5BD2C0;
}
.BgClassName
{
background-color: #5BD2C0;
}
</style>
border-color css
<style>
span { border-color: #5BD2C0; }
span { border-color: rgb(91,210,192); }
td.TdClassName
{
border-color: #5BD2C0;
}
.TagClassName
{
border-color: #5BD2C0;
}
</style>