Shades of Downy #5BE7BD
Tints of Downy #5BE7BD
RGB
CMYK
RGB Variations
Color information
#5BE7BD (or 0x5BE7BD) is known color: Downy. HEX triplet: 5B, E7 and BD. RGB value is (91,231,189). Sum of RGB (Red+Green+Blue) = 91+231+189=511 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.81% from 511); Green value is 231 (90.62% from 255 or 45.21% from 511); Blue value is 189 (74.22% from 255 or 36.99% from 511); Max value from RGB is 231 - color contains mainly: green. Hex color #5BE7BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BE7BD is #A41842. Grayscale: #B8B8B8. Windows color (decimal): -10754115 or 12445531. OLE color: 12445531.
HSL color Cylindrical-coordinate representation of color #5BE7BD: hue angle of 162º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BE7BD is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 91 | 231 | 189 | - |
| CMYK | 0.61 | 0 | 0.18 | 0.09 |
| HSL | 162º | 0.74% | 0.63% | - |
| HSV(B) | 162º | 0.61% | 0.91% | - |
| XYZ | 42.08 | 63.05 | 58.1 | - |
| YUV | 184.35 | 130.62 | 61.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 231 | 189 | 0.61 | 0 | 0.18 | 0.09 | 162 | 0.74 | 0.63 |
| Hex | 5B | E7 | BD | 3D | 0 | 12 | 9 | A2 | 4A | 3F |
| Octal | 133 | 347 | 275 | 75 | 0 | 22 | 11 | 242 | 112 | 77 |
| Binary | 1011011 | 11100111 | 10111101 | 111101 | 0 | 10010 | 1001 | 10100010 | 1001010 | 111111 |
Color Harmonies of #5BE7BD
Complementary color
Monochromatic Colors of #5BE7BD
Black with #5BE7BD
Text Example
Text Example
White with #5BE7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BE7BD; }
p { color: rgb(91,231,189); }
H1.HeaderClassName
{
color: #5BE7BD;
}
.AnyTagClassName
{
color: #5BE7BD;
}
</style>
background-color css
<style>
a { background-color: #5BE7BD; }
a { background-color: rgb(91,231,189); }
div.DivClassName
{
background-color: #5BE7BD;
}
.BgClassName
{
background-color: #5BE7BD;
}
</style>
border-color css
<style>
span { border-color: #5BE7BD; }
span { border-color: rgb(91,231,189); }
td.TdClassName
{
border-color: #5BE7BD;
}
.TagClassName
{
border-color: #5BE7BD;
}
</style>