Shades of Downy #5BEEBF
Tints of Downy #5BEEBF
RGB
CMYK
RGB Variations
Color information
#5BEEBF (or 0x5BEEBF) is known color: Downy. HEX triplet: 5B, EE and BF. RGB value is (91,238,191). Sum of RGB (Red+Green+Blue) = 91+238+191=520 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.5% from 520); Green value is 238 (93.36% from 255 or 45.77% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 238 - color contains mainly: green. Hex color #5BEEBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BEEBF is #A41140. Grayscale: #BCBCBC. Windows color (decimal): -10752321 or 12578395. OLE color: 12578395.
HSL color Cylindrical-coordinate representation of color #5BEEBF: hue angle of 160.82º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BEEBF is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 238 | 191 | - |
| CMYK | 0.62 | 0 | 0.20 | 0.07 |
| HSL | 160.82º | 0.81% | 0.65% | - |
| HSV(B) | 160.82º | 0.62% | 0.93% | - |
| XYZ | 44.29 | 67.13 | 59.91 | - |
| YUV | 188.69 | 129.3 | 58.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 238 | 191 | 0.62 | 0 | 0.20 | 0.07 | 160.82 | 0.81 | 0.65 |
| Hex | 5B | EE | BF | 3E | 0 | 14 | 7 | A1 | 51 | 41 |
| Octal | 133 | 356 | 277 | 76 | 0 | 24 | 7 | 241 | 121 | 101 |
| Binary | 1011011 | 11101110 | 10111111 | 111110 | 0 | 10100 | 111 | 10100001 | 1010001 | 1000001 |
Color Harmonies of #5BEEBF
Complementary color
Monochromatic Colors of #5BEEBF
Black with #5BEEBF
Text Example
Text Example
White with #5BEEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BEEBF; }
p { color: rgb(91,238,191); }
H1.HeaderClassName
{
color: #5BEEBF;
}
.AnyTagClassName
{
color: #5BEEBF;
}
</style>
background-color css
<style>
a { background-color: #5BEEBF; }
a { background-color: rgb(91,238,191); }
div.DivClassName
{
background-color: #5BEEBF;
}
.BgClassName
{
background-color: #5BEEBF;
}
</style>
border-color css
<style>
span { border-color: #5BEEBF; }
span { border-color: rgb(91,238,191); }
td.TdClassName
{
border-color: #5BEEBF;
}
.TagClassName
{
border-color: #5BEEBF;
}
</style>