Shades of Downy #5BEEBC
Tints of Downy #5BEEBC
RGB
CMYK
RGB Variations
Color information
#5BEEBC (or 0x5BEEBC) is known color: Downy. HEX triplet: 5B, EE and BC. RGB value is (91,238,188). Sum of RGB (Red+Green+Blue) = 91+238+188=517 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.60% from 517); Green value is 238 (93.36% from 255 or 46.03% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 238 - color contains mainly: green. Hex color #5BEEBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BEEBC is #A41143. Grayscale: #BCBCBC. Windows color (decimal): -10752324 or 12381787. OLE color: 12381787.
HSL color Cylindrical-coordinate representation of color #5BEEBC: hue angle of 159.59º 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 #5BEEBC is Cyan = 0.62, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 238 | 188 | - |
| CMYK | 0.62 | 0 | 0.21 | 0.07 |
| HSL | 159.59º | 0.81% | 0.65% | - |
| HSV(B) | 159.59º | 0.62% | 0.93% | - |
| XYZ | 43.97 | 67 | 58.19 | - |
| YUV | 188.35 | 127.8 | 58.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 238 | 188 | 0.62 | 0 | 0.21 | 0.07 | 159.59 | 0.81 | 0.65 |
| Hex | 5B | EE | BC | 3E | 0 | 15 | 7 | A0 | 51 | 41 |
| Octal | 133 | 356 | 274 | 76 | 0 | 25 | 7 | 240 | 121 | 101 |
| Binary | 1011011 | 11101110 | 10111100 | 111110 | 0 | 10101 | 111 | 10100000 | 1010001 | 1000001 |
Color Harmonies of #5BEEBC
Complementary color
Monochromatic Colors of #5BEEBC
Black with #5BEEBC
Text Example
Text Example
White with #5BEEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BEEBC; }
p { color: rgb(91,238,188); }
H1.HeaderClassName
{
color: #5BEEBC;
}
.AnyTagClassName
{
color: #5BEEBC;
}
</style>
background-color css
<style>
a { background-color: #5BEEBC; }
a { background-color: rgb(91,238,188); }
div.DivClassName
{
background-color: #5BEEBC;
}
.BgClassName
{
background-color: #5BEEBC;
}
</style>
border-color css
<style>
span { border-color: #5BEEBC; }
span { border-color: rgb(91,238,188); }
td.TdClassName
{
border-color: #5BEEBC;
}
.TagClassName
{
border-color: #5BEEBC;
}
</style>