Shades of Downy #5BEBC4
Tints of Downy #5BEBC4
RGB
CMYK
RGB Variations
Color information
#5BEBC4 (or 0x5BEBC4) is known color: Downy. HEX triplet: 5B, EB and C4. RGB value is (91,235,196). Sum of RGB (Red+Green+Blue) = 91+235+196=522 (69% of max value = 765). Red value is 91 (35.94% from 255 or 17.43% from 522); Green value is 235 (92.19% from 255 or 45.02% from 522); Blue value is 196 (76.95% from 255 or 37.55% from 522); Max value from RGB is 235 - color contains mainly: green. Hex color #5BEBC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BEBC4 is #A4143B. Grayscale: #BBBBBB. Windows color (decimal): -10753084 or 12905307. OLE color: 12905307.
HSL color Cylindrical-coordinate representation of color #5BEBC4: hue angle of 163.75º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BEBC4 is Cyan = 0.61, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 91 | 235 | 196 | - |
| CMYK | 0.61 | 0 | 0.17 | 0.08 |
| HSL | 163.75º | 0.78% | 0.64% | - |
| HSV(B) | 163.75º | 0.61% | 0.92% | - |
| XYZ | 43.99 | 65.63 | 62.57 | - |
| YUV | 187.5 | 132.79 | 59.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 235 | 196 | 0.61 | 0 | 0.17 | 0.08 | 163.75 | 0.78 | 0.64 |
| Hex | 5B | EB | C4 | 3D | 0 | 11 | 8 | A4 | 4E | 40 |
| Octal | 133 | 353 | 304 | 75 | 0 | 21 | 10 | 244 | 116 | 100 |
| Binary | 1011011 | 11101011 | 11000100 | 111101 | 0 | 10001 | 1000 | 10100100 | 1001110 | 1000000 |
Color Harmonies of #5BEBC4
Complementary color
Monochromatic Colors of #5BEBC4
Black with #5BEBC4
Text Example
Text Example
White with #5BEBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BEBC4; }
p { color: rgb(91,235,196); }
H1.HeaderClassName
{
color: #5BEBC4;
}
.AnyTagClassName
{
color: #5BEBC4;
}
</style>
background-color css
<style>
a { background-color: #5BEBC4; }
a { background-color: rgb(91,235,196); }
div.DivClassName
{
background-color: #5BEBC4;
}
.BgClassName
{
background-color: #5BEBC4;
}
</style>
border-color css
<style>
span { border-color: #5BEBC4; }
span { border-color: rgb(91,235,196); }
td.TdClassName
{
border-color: #5BEBC4;
}
.TagClassName
{
border-color: #5BEBC4;
}
</style>