Shades of Downy #5BECBD
Tints of Downy #5BECBD
RGB
CMYK
RGB Variations
Color information
#5BECBD (or 0x5BECBD) is known color: Downy. HEX triplet: 5B, EC and BD. RGB value is (91,236,189). Sum of RGB (Red+Green+Blue) = 91+236+189=516 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.64% from 516); Green value is 236 (92.58% from 255 or 45.74% from 516); Blue value is 189 (74.22% from 255 or 36.63% from 516); Max value from RGB is 236 - color contains mainly: green. Hex color #5BECBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BECBD is #A41342. Grayscale: #BBBBBB. Windows color (decimal): -10752835 or 12446811. OLE color: 12446811.
HSL color Cylindrical-coordinate representation of color #5BECBD: hue angle of 160.55º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BECBD is Cyan = 0.61, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 236 | 189 | - |
| CMYK | 0.61 | 0 | 0.20 | 0.07 |
| HSL | 160.55º | 0.79% | 0.64% | - |
| HSV(B) | 160.55º | 0.61% | 0.93% | - |
| XYZ | 43.5 | 65.89 | 58.57 | - |
| YUV | 187.29 | 128.96 | 59.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 236 | 189 | 0.61 | 0 | 0.20 | 0.07 | 160.55 | 0.79 | 0.64 |
| Hex | 5B | EC | BD | 3D | 0 | 14 | 7 | A1 | 4F | 40 |
| Octal | 133 | 354 | 275 | 75 | 0 | 24 | 7 | 241 | 117 | 100 |
| Binary | 1011011 | 11101100 | 10111101 | 111101 | 0 | 10100 | 111 | 10100001 | 1001111 | 1000000 |
Color Harmonies of #5BECBD
Complementary color
Monochromatic Colors of #5BECBD
Black with #5BECBD
Text Example
Text Example
White with #5BECBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BECBD; }
p { color: rgb(91,236,189); }
H1.HeaderClassName
{
color: #5BECBD;
}
.AnyTagClassName
{
color: #5BECBD;
}
</style>
background-color css
<style>
a { background-color: #5BECBD; }
a { background-color: rgb(91,236,189); }
div.DivClassName
{
background-color: #5BECBD;
}
.BgClassName
{
background-color: #5BECBD;
}
</style>
border-color css
<style>
span { border-color: #5BECBD; }
span { border-color: rgb(91,236,189); }
td.TdClassName
{
border-color: #5BECBD;
}
.TagClassName
{
border-color: #5BECBD;
}
</style>