Shades of Downy #5BE6BF
Tints of Downy #5BE6BF
RGB
CMYK
RGB Variations
Color information
#5BE6BF (or 0x5BE6BF) is known color: Downy. HEX triplet: 5B, E6 and BF. RGB value is (91,230,191). Sum of RGB (Red+Green+Blue) = 91+230+191=512 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.77% from 512); Green value is 230 (90.23% from 255 or 44.92% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 230 - color contains mainly: green. Hex color #5BE6BF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BE6BF is #A41940. Grayscale: #B8B8B8. Windows color (decimal): -10754369 or 12576347. OLE color: 12576347.
HSL color Cylindrical-coordinate representation of color #5BE6BF: hue angle of 163.17º degrees, saturation: 0.74, 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 #5BE6BF is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 91 | 230 | 191 | - |
| CMYK | 0.60 | 0 | 0.17 | 0.10 |
| HSL | 163.17º | 0.74% | 0.63% | - |
| HSV(B) | 163.17º | 0.6% | 0.9% | - |
| XYZ | 42.02 | 62.58 | 59.15 | - |
| YUV | 183.99 | 131.95 | 61.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 230 | 191 | 0.60 | 0 | 0.17 | 0.10 | 163.17 | 0.74 | 0.63 |
| Hex | 5B | E6 | BF | 3C | 0 | 11 | A | A3 | 4A | 3F |
| Octal | 133 | 346 | 277 | 74 | 0 | 21 | 12 | 243 | 112 | 77 |
| Binary | 1011011 | 11100110 | 10111111 | 111100 | 0 | 10001 | 1010 | 10100011 | 1001010 | 111111 |
Color Harmonies of #5BE6BF
Complementary color
Monochromatic Colors of #5BE6BF
Black with #5BE6BF
Text Example
Text Example
White with #5BE6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BE6BF; }
p { color: rgb(91,230,191); }
H1.HeaderClassName
{
color: #5BE6BF;
}
.AnyTagClassName
{
color: #5BE6BF;
}
</style>
background-color css
<style>
a { background-color: #5BE6BF; }
a { background-color: rgb(91,230,191); }
div.DivClassName
{
background-color: #5BE6BF;
}
.BgClassName
{
background-color: #5BE6BF;
}
</style>
border-color css
<style>
span { border-color: #5BE6BF; }
span { border-color: rgb(91,230,191); }
td.TdClassName
{
border-color: #5BE6BF;
}
.TagClassName
{
border-color: #5BE6BF;
}
</style>