Shades of Downy #5BD2BB
Tints of Downy #5BD2BB
RGB
CMYK
RGB Variations
Color information
#5BD2BB (or 0x5BD2BB) is known color: Downy. HEX triplet: 5B, D2 and BB. RGB value is (91,210,187). Sum of RGB (Red+Green+Blue) = 91+210+187=488 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.65% from 488); Green value is 210 (82.42% from 255 or 43.03% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 210 - color contains mainly: green. Hex color #5BD2BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BD2BB is #A42D44. Grayscale: #ABABAB. Windows color (decimal): -10759493 or 12309083. OLE color: 12309083.
HSL color Cylindrical-coordinate representation of color #5BD2BB: hue angle of 168.4º 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 #5BD2BB is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 91 | 210 | 187 | - |
| CMYK | 0.57 | 0 | 0.11 | 0.18 |
| HSL | 168.4º | 0.57% | 0.59% | - |
| HSV(B) | 168.4º | 0.57% | 0.82% | - |
| XYZ | 36.33 | 51.91 | 55.12 | - |
| YUV | 171.8 | 136.58 | 70.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 210 | 187 | 0.57 | 0 | 0.11 | 0.18 | 168.4 | 0.57 | 0.59 |
| Hex | 5B | D2 | BB | 39 | 0 | B | 12 | A8 | 39 | 3B |
| Octal | 133 | 322 | 273 | 71 | 0 | 13 | 22 | 250 | 71 | 73 |
| Binary | 1011011 | 11010010 | 10111011 | 111001 | 0 | 1011 | 10010 | 10101000 | 111001 | 111011 |
Color Harmonies of #5BD2BB
Complementary color
Monochromatic Colors of #5BD2BB
Black with #5BD2BB
Text Example
Text Example
White with #5BD2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD2BB; }
p { color: rgb(91,210,187); }
H1.HeaderClassName
{
color: #5BD2BB;
}
.AnyTagClassName
{
color: #5BD2BB;
}
</style>
background-color css
<style>
a { background-color: #5BD2BB; }
a { background-color: rgb(91,210,187); }
div.DivClassName
{
background-color: #5BD2BB;
}
.BgClassName
{
background-color: #5BD2BB;
}
</style>
border-color css
<style>
span { border-color: #5BD2BB; }
span { border-color: rgb(91,210,187); }
td.TdClassName
{
border-color: #5BD2BB;
}
.TagClassName
{
border-color: #5BD2BB;
}
</style>