Shades of Downy #5BEEC1
Tints of Downy #5BEEC1
RGB
CMYK
RGB Variations
Color information
#5BEEC1 (or 0x5BEEC1) is known color: Downy. HEX triplet: 5B, EE and C1. RGB value is (91,238,193). Sum of RGB (Red+Green+Blue) = 91+238+193=522 (69% of max value = 765). Red value is 91 (35.94% from 255 or 17.43% from 522); Green value is 238 (93.36% from 255 or 45.59% from 522); Blue value is 193 (75.78% from 255 or 36.97% from 522); Max value from RGB is 238 - color contains mainly: green. Hex color #5BEEC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BEEC1 is #A4113E. Grayscale: #BCBCBC. Windows color (decimal): -10752319 or 12709467. OLE color: 12709467.
HSL color Cylindrical-coordinate representation of color #5BEEC1: hue angle of 161.63º 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 #5BEEC1 is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 238 | 193 | - |
| CMYK | 0.62 | 0 | 0.19 | 0.07 |
| HSL | 161.63º | 0.81% | 0.65% | - |
| HSV(B) | 161.63º | 0.62% | 0.93% | - |
| XYZ | 44.51 | 67.22 | 61.08 | - |
| YUV | 188.92 | 130.3 | 58.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 238 | 193 | 0.62 | 0 | 0.19 | 0.07 | 161.63 | 0.81 | 0.65 |
| Hex | 5B | EE | C1 | 3E | 0 | 13 | 7 | A2 | 51 | 41 |
| Octal | 133 | 356 | 301 | 76 | 0 | 23 | 7 | 242 | 121 | 101 |
| Binary | 1011011 | 11101110 | 11000001 | 111110 | 0 | 10011 | 111 | 10100010 | 1010001 | 1000001 |
Color Harmonies of #5BEEC1
Complementary color
Monochromatic Colors of #5BEEC1
Black with #5BEEC1
Text Example
Text Example
White with #5BEEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BEEC1; }
p { color: rgb(91,238,193); }
H1.HeaderClassName
{
color: #5BEEC1;
}
.AnyTagClassName
{
color: #5BEEC1;
}
</style>
background-color css
<style>
a { background-color: #5BEEC1; }
a { background-color: rgb(91,238,193); }
div.DivClassName
{
background-color: #5BEEC1;
}
.BgClassName
{
background-color: #5BEEC1;
}
</style>
border-color css
<style>
span { border-color: #5BEEC1; }
span { border-color: rgb(91,238,193); }
td.TdClassName
{
border-color: #5BEEC1;
}
.TagClassName
{
border-color: #5BEEC1;
}
</style>