Shades of Downy #5BEEC4
Tints of Downy #5BEEC4
RGB
CMYK
RGB Variations
Color information
#5BEEC4 (or 0x5BEEC4) is known color: Downy. HEX triplet: 5B, EE and C4. RGB value is (91,238,196). Sum of RGB (Red+Green+Blue) = 91+238+196=525 (69% of max value = 765). Red value is 91 (35.94% from 255 or 17.33% from 525); Green value is 238 (93.36% from 255 or 45.33% from 525); Blue value is 196 (76.95% from 255 or 37.33% from 525); Max value from RGB is 238 - color contains mainly: green. Hex color #5BEEC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BEEC4 is #A4113B. Grayscale: #BDBDBD. Windows color (decimal): -10752316 or 12906075. OLE color: 12906075.
HSL color Cylindrical-coordinate representation of color #5BEEC4: hue angle of 162.86º 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 #5BEEC4 is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 238 | 196 | - |
| CMYK | 0.62 | 0 | 0.18 | 0.07 |
| HSL | 162.86º | 0.81% | 0.65% | - |
| HSV(B) | 162.86º | 0.62% | 0.93% | - |
| XYZ | 44.85 | 67.36 | 62.86 | - |
| YUV | 189.26 | 131.8 | 57.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 238 | 196 | 0.62 | 0 | 0.18 | 0.07 | 162.86 | 0.81 | 0.65 |
| Hex | 5B | EE | C4 | 3E | 0 | 12 | 7 | A3 | 51 | 41 |
| Octal | 133 | 356 | 304 | 76 | 0 | 22 | 7 | 243 | 121 | 101 |
| Binary | 1011011 | 11101110 | 11000100 | 111110 | 0 | 10010 | 111 | 10100011 | 1010001 | 1000001 |
Color Harmonies of #5BEEC4
Complementary color
Monochromatic Colors of #5BEEC4
Black with #5BEEC4
Text Example
Text Example
White with #5BEEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BEEC4; }
p { color: rgb(91,238,196); }
H1.HeaderClassName
{
color: #5BEEC4;
}
.AnyTagClassName
{
color: #5BEEC4;
}
</style>
background-color css
<style>
a { background-color: #5BEEC4; }
a { background-color: rgb(91,238,196); }
div.DivClassName
{
background-color: #5BEEC4;
}
.BgClassName
{
background-color: #5BEEC4;
}
</style>
border-color css
<style>
span { border-color: #5BEEC4; }
span { border-color: rgb(91,238,196); }
td.TdClassName
{
border-color: #5BEEC4;
}
.TagClassName
{
border-color: #5BEEC4;
}
</style>