Shades of Downy #5BE5BD
Tints of Downy #5BE5BD
RGB
CMYK
RGB Variations
Color information
#5BE5BD (or 0x5BE5BD) is known color: Downy. HEX triplet: 5B, E5 and BD. RGB value is (91,229,189). Sum of RGB (Red+Green+Blue) = 91+229+189=509 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.88% from 509); Green value is 229 (89.84% from 255 or 44.99% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 229 - color contains mainly: green. Hex color #5BE5BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BE5BD is #A41A42. Grayscale: #B7B7B7. Windows color (decimal): -10754627 or 12445019. OLE color: 12445019.
HSL color Cylindrical-coordinate representation of color #5BE5BD: hue angle of 162.61º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5BE5BD is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 91 | 229 | 189 | - |
| CMYK | 0.60 | 0 | 0.17 | 0.10 |
| HSL | 162.61º | 0.73% | 0.63% | - |
| HSV(B) | 162.61º | 0.6% | 0.9% | - |
| XYZ | 41.52 | 61.94 | 57.91 | - |
| YUV | 183.18 | 131.28 | 62.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 229 | 189 | 0.60 | 0 | 0.17 | 0.10 | 162.61 | 0.73 | 0.63 |
| Hex | 5B | E5 | BD | 3C | 0 | 11 | A | A3 | 49 | 3F |
| Octal | 133 | 345 | 275 | 74 | 0 | 21 | 12 | 243 | 111 | 77 |
| Binary | 1011011 | 11100101 | 10111101 | 111100 | 0 | 10001 | 1010 | 10100011 | 1001001 | 111111 |
Color Harmonies of #5BE5BD
Complementary color
Monochromatic Colors of #5BE5BD
Black with #5BE5BD
Text Example
Text Example
White with #5BE5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BE5BD; }
p { color: rgb(91,229,189); }
H1.HeaderClassName
{
color: #5BE5BD;
}
.AnyTagClassName
{
color: #5BE5BD;
}
</style>
background-color css
<style>
a { background-color: #5BE5BD; }
a { background-color: rgb(91,229,189); }
div.DivClassName
{
background-color: #5BE5BD;
}
.BgClassName
{
background-color: #5BE5BD;
}
</style>
border-color css
<style>
span { border-color: #5BE5BD; }
span { border-color: rgb(91,229,189); }
td.TdClassName
{
border-color: #5BE5BD;
}
.TagClassName
{
border-color: #5BE5BD;
}
</style>