Shades of Downy #5BE1BF
Tints of Downy #5BE1BF
RGB
CMYK
RGB Variations
Color information
#5BE1BF (or 0x5BE1BF) is known color: Downy. HEX triplet: 5B, E1 and BF. RGB value is (91,225,191). Sum of RGB (Red+Green+Blue) = 91+225+191=507 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.95% from 507); Green value is 225 (88.28% from 255 or 44.38% from 507); Blue value is 191 (75% from 255 or 37.67% from 507); Max value from RGB is 225 - color contains mainly: green. Hex color #5BE1BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BE1BF is #A41E40. Grayscale: #B5B5B5. Windows color (decimal): -10755649 or 12575067. OLE color: 12575067.
HSL color Cylindrical-coordinate representation of color #5BE1BF: hue angle of 164.78º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5BE1BF is Cyan = 0.60, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 91 | 225 | 191 | - |
| CMYK | 0.60 | 0 | 0.15 | 0.12 |
| HSL | 164.78º | 0.69% | 0.62% | - |
| HSV(B) | 164.78º | 0.6% | 0.88% | - |
| XYZ | 40.64 | 59.84 | 58.7 | - |
| YUV | 181.06 | 133.61 | 63.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 225 | 191 | 0.60 | 0 | 0.15 | 0.12 | 164.78 | 0.69 | 0.62 |
| Hex | 5B | E1 | BF | 3C | 0 | F | C | A5 | 45 | 3E |
| Octal | 133 | 341 | 277 | 74 | 0 | 17 | 14 | 245 | 105 | 76 |
| Binary | 1011011 | 11100001 | 10111111 | 111100 | 0 | 1111 | 1100 | 10100101 | 1000101 | 111110 |
Color Harmonies of #5BE1BF
Complementary color
Monochromatic Colors of #5BE1BF
Black with #5BE1BF
Text Example
Text Example
White with #5BE1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BE1BF; }
p { color: rgb(91,225,191); }
H1.HeaderClassName
{
color: #5BE1BF;
}
.AnyTagClassName
{
color: #5BE1BF;
}
</style>
background-color css
<style>
a { background-color: #5BE1BF; }
a { background-color: rgb(91,225,191); }
div.DivClassName
{
background-color: #5BE1BF;
}
.BgClassName
{
background-color: #5BE1BF;
}
</style>
border-color css
<style>
span { border-color: #5BE1BF; }
span { border-color: rgb(91,225,191); }
td.TdClassName
{
border-color: #5BE1BF;
}
.TagClassName
{
border-color: #5BE1BF;
}
</style>