Shades of Downy #5BD0BD
Tints of Downy #5BD0BD
RGB
CMYK
RGB Variations
Color information
#5BD0BD (or 0x5BD0BD) is known color: Downy. HEX triplet: 5B, D0 and BD. RGB value is (91,208,189). Sum of RGB (Red+Green+Blue) = 91+208+189=488 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.65% from 488); Green value is 208 (81.64% from 255 or 42.62% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 208 - color contains mainly: green. Hex color #5BD0BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BD0BD is #A42F42. Grayscale: #AAAAAA. Windows color (decimal): -10760003 or 12439643. OLE color: 12439643.
HSL color Cylindrical-coordinate representation of color #5BD0BD: hue angle of 170.26º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BD0BD is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 91 | 208 | 189 | - |
| CMYK | 0.56 | 0 | 0.09 | 0.18 |
| HSL | 170.26º | 0.55% | 0.59% | - |
| HSV(B) | 170.26º | 0.56% | 0.82% | - |
| XYZ | 36.06 | 51.01 | 56.09 | - |
| YUV | 170.85 | 138.24 | 71.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 208 | 189 | 0.56 | 0 | 0.09 | 0.18 | 170.26 | 0.55 | 0.59 |
| Hex | 5B | D0 | BD | 38 | 0 | 9 | 12 | AA | 37 | 3B |
| Octal | 133 | 320 | 275 | 70 | 0 | 11 | 22 | 252 | 67 | 73 |
| Binary | 1011011 | 11010000 | 10111101 | 111000 | 0 | 1001 | 10010 | 10101010 | 110111 | 111011 |
Color Harmonies of #5BD0BD
Complementary color
Monochromatic Colors of #5BD0BD
Black with #5BD0BD
Text Example
Text Example
White with #5BD0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD0BD; }
p { color: rgb(91,208,189); }
H1.HeaderClassName
{
color: #5BD0BD;
}
.AnyTagClassName
{
color: #5BD0BD;
}
</style>
background-color css
<style>
a { background-color: #5BD0BD; }
a { background-color: rgb(91,208,189); }
div.DivClassName
{
background-color: #5BD0BD;
}
.BgClassName
{
background-color: #5BD0BD;
}
</style>
border-color css
<style>
span { border-color: #5BD0BD; }
span { border-color: rgb(91,208,189); }
td.TdClassName
{
border-color: #5BD0BD;
}
.TagClassName
{
border-color: #5BD0BD;
}
</style>