Shades of Downy #5BDDB9
Tints of Downy #5BDDB9
RGB
CMYK
RGB Variations
Color information
#5BDDB9 (or 0x5BDDB9) is known color: Downy. HEX triplet: 5B, DD and B9. RGB value is (91,221,185). Sum of RGB (Red+Green+Blue) = 91+221+185=497 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.31% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 185 (72.66% from 255 or 37.22% from 497); Max value from RGB is 221 - color contains mainly: green. Hex color #5BDDB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BDDB9 is #A42246. Grayscale: #B2B2B2. Windows color (decimal): -10756679 or 12180827. OLE color: 12180827.
HSL color Cylindrical-coordinate representation of color #5BDDB9: hue angle of 163.38º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BDDB9 is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 221 | 185 | - |
| CMYK | 0.59 | 0 | 0.16 | 0.13 |
| HSL | 163.38º | 0.66% | 0.61% | - |
| HSV(B) | 163.38º | 0.59% | 0.87% | - |
| XYZ | 38.93 | 57.44 | 54.93 | - |
| YUV | 178.03 | 131.93 | 65.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 221 | 185 | 0.59 | 0 | 0.16 | 0.13 | 163.38 | 0.66 | 0.61 |
| Hex | 5B | DD | B9 | 3B | 0 | 10 | D | A3 | 42 | 3D |
| Octal | 133 | 335 | 271 | 73 | 0 | 20 | 15 | 243 | 102 | 75 |
| Binary | 1011011 | 11011101 | 10111001 | 111011 | 0 | 10000 | 1101 | 10100011 | 1000010 | 111101 |
Color Harmonies of #5BDDB9
Complementary color
Monochromatic Colors of #5BDDB9
Black with #5BDDB9
Text Example
Text Example
White with #5BDDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDDB9; }
p { color: rgb(91,221,185); }
H1.HeaderClassName
{
color: #5BDDB9;
}
.AnyTagClassName
{
color: #5BDDB9;
}
</style>
background-color css
<style>
a { background-color: #5BDDB9; }
a { background-color: rgb(91,221,185); }
div.DivClassName
{
background-color: #5BDDB9;
}
.BgClassName
{
background-color: #5BDDB9;
}
</style>
border-color css
<style>
span { border-color: #5BDDB9; }
span { border-color: rgb(91,221,185); }
td.TdClassName
{
border-color: #5BDDB9;
}
.TagClassName
{
border-color: #5BDDB9;
}
</style>