Shades of Downy #5BDAB9
Tints of Downy #5BDAB9
RGB
CMYK
RGB Variations
Color information
#5BDAB9 (or 0x5BDAB9) is known color: Downy. HEX triplet: 5B, DA and B9. RGB value is (91,218,185). Sum of RGB (Red+Green+Blue) = 91+218+185=494 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.42% from 494); Green value is 218 (85.55% from 255 or 44.13% from 494); Blue value is 185 (72.66% from 255 or 37.45% from 494); Max value from RGB is 218 - color contains mainly: green. Hex color #5BDAB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BDAB9 is #A42546. Grayscale: #B0B0B0. Windows color (decimal): -10757447 or 12180059. OLE color: 12180059.
HSL color Cylindrical-coordinate representation of color #5BDAB9: hue angle of 164.41º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5BDAB9 is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 91 | 218 | 185 | - |
| CMYK | 0.58 | 0 | 0.15 | 0.15 |
| HSL | 164.41º | 0.63% | 0.61% | - |
| HSV(B) | 164.41º | 0.58% | 0.85% | - |
| XYZ | 38.14 | 55.87 | 54.67 | - |
| YUV | 176.27 | 132.92 | 67.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 218 | 185 | 0.58 | 0 | 0.15 | 0.15 | 164.41 | 0.63 | 0.61 |
| Hex | 5B | DA | B9 | 3A | 0 | F | F | A4 | 3F | 3D |
| Octal | 133 | 332 | 271 | 72 | 0 | 17 | 17 | 244 | 77 | 75 |
| Binary | 1011011 | 11011010 | 10111001 | 111010 | 0 | 1111 | 1111 | 10100100 | 111111 | 111101 |
Color Harmonies of #5BDAB9
Complementary color
Monochromatic Colors of #5BDAB9
Black with #5BDAB9
Text Example
Text Example
White with #5BDAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDAB9; }
p { color: rgb(91,218,185); }
H1.HeaderClassName
{
color: #5BDAB9;
}
.AnyTagClassName
{
color: #5BDAB9;
}
</style>
background-color css
<style>
a { background-color: #5BDAB9; }
a { background-color: rgb(91,218,185); }
div.DivClassName
{
background-color: #5BDAB9;
}
.BgClassName
{
background-color: #5BDAB9;
}
</style>
border-color css
<style>
span { border-color: #5BDAB9; }
span { border-color: rgb(91,218,185); }
td.TdClassName
{
border-color: #5BDAB9;
}
.TagClassName
{
border-color: #5BDAB9;
}
</style>