Shades of Downy #5BD2BA
Tints of Downy #5BD2BA
RGB
CMYK
RGB Variations
Color information
#5BD2BA (or 0x5BD2BA) is known color: Downy. HEX triplet: 5B, D2 and BA. RGB value is (91,210,186). Sum of RGB (Red+Green+Blue) = 91+210+186=487 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.69% from 487); Green value is 210 (82.42% from 255 or 43.12% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 210 - color contains mainly: green. Hex color #5BD2BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BD2BA is #A42D45. Grayscale: #ABABAB. Windows color (decimal): -10759494 or 12243547. OLE color: 12243547.
HSL color Cylindrical-coordinate representation of color #5BD2BA: hue angle of 167.9º 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 #5BD2BA is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 91 | 210 | 186 | - |
| CMYK | 0.57 | 0 | 0.11 | 0.18 |
| HSL | 167.9º | 0.57% | 0.59% | - |
| HSV(B) | 167.9º | 0.57% | 0.82% | - |
| XYZ | 36.22 | 51.86 | 54.56 | - |
| YUV | 171.68 | 136.08 | 70.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 210 | 186 | 0.57 | 0 | 0.11 | 0.18 | 167.9 | 0.57 | 0.59 |
| Hex | 5B | D2 | BA | 39 | 0 | B | 12 | A8 | 39 | 3B |
| Octal | 133 | 322 | 272 | 71 | 0 | 13 | 22 | 250 | 71 | 73 |
| Binary | 1011011 | 11010010 | 10111010 | 111001 | 0 | 1011 | 10010 | 10101000 | 111001 | 111011 |
Color Harmonies of #5BD2BA
Complementary color
Monochromatic Colors of #5BD2BA
Black with #5BD2BA
Text Example
Text Example
White with #5BD2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD2BA; }
p { color: rgb(91,210,186); }
H1.HeaderClassName
{
color: #5BD2BA;
}
.AnyTagClassName
{
color: #5BD2BA;
}
</style>
background-color css
<style>
a { background-color: #5BD2BA; }
a { background-color: rgb(91,210,186); }
div.DivClassName
{
background-color: #5BD2BA;
}
.BgClassName
{
background-color: #5BD2BA;
}
</style>
border-color css
<style>
span { border-color: #5BD2BA; }
span { border-color: rgb(91,210,186); }
td.TdClassName
{
border-color: #5BD2BA;
}
.TagClassName
{
border-color: #5BD2BA;
}
</style>