Shades of Downy #5BE0BE
Tints of Downy #5BE0BE
RGB
CMYK
RGB Variations
Color information
#5BE0BE (or 0x5BE0BE) is known color: Downy. HEX triplet: 5B, E0 and BE. RGB value is (91,224,190). Sum of RGB (Red+Green+Blue) = 91+224+190=505 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.02% from 505); Green value is 224 (87.89% from 255 or 44.36% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 224 - color contains mainly: green. Hex color #5BE0BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BE0BE is #A41F41. Grayscale: #B4B4B4. Windows color (decimal): -10755906 or 12509275. OLE color: 12509275.
HSL color Cylindrical-coordinate representation of color #5BE0BE: hue angle of 164.66º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BE0BE is Cyan = 0.59, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 91 | 224 | 190 | - |
| CMYK | 0.59 | 0 | 0.15 | 0.12 |
| HSL | 164.66º | 0.68% | 0.62% | - |
| HSV(B) | 164.66º | 0.59% | 0.88% | - |
| XYZ | 40.26 | 59.25 | 58.03 | - |
| YUV | 180.36 | 133.44 | 64.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 224 | 190 | 0.59 | 0 | 0.15 | 0.12 | 164.66 | 0.68 | 0.62 |
| Hex | 5B | E0 | BE | 3B | 0 | F | C | A5 | 44 | 3E |
| Octal | 133 | 340 | 276 | 73 | 0 | 17 | 14 | 245 | 104 | 76 |
| Binary | 1011011 | 11100000 | 10111110 | 111011 | 0 | 1111 | 1100 | 10100101 | 1000100 | 111110 |
Color Harmonies of #5BE0BE
Complementary color
Monochromatic Colors of #5BE0BE
Black with #5BE0BE
Text Example
Text Example
White with #5BE0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BE0BE; }
p { color: rgb(91,224,190); }
H1.HeaderClassName
{
color: #5BE0BE;
}
.AnyTagClassName
{
color: #5BE0BE;
}
</style>
background-color css
<style>
a { background-color: #5BE0BE; }
a { background-color: rgb(91,224,190); }
div.DivClassName
{
background-color: #5BE0BE;
}
.BgClassName
{
background-color: #5BE0BE;
}
</style>
border-color css
<style>
span { border-color: #5BE0BE; }
span { border-color: rgb(91,224,190); }
td.TdClassName
{
border-color: #5BE0BE;
}
.TagClassName
{
border-color: #5BE0BE;
}
</style>