Shades of Downy #5BDDBD
Tints of Downy #5BDDBD
RGB
CMYK
RGB Variations
Color information
#5BDDBD (or 0x5BDDBD) is known color: Downy. HEX triplet: 5B, DD and BD. RGB value is (91,221,189). Sum of RGB (Red+Green+Blue) = 91+221+189=501 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.16% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 189 (74.22% from 255 or 37.72% from 501); Max value from RGB is 221 - color contains mainly: green. Hex color #5BDDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BDDBD is #A42242. Grayscale: #B2B2B2. Windows color (decimal): -10756675 or 12442971. OLE color: 12442971.
HSL color Cylindrical-coordinate representation of color #5BDDBD: hue angle of 165.23º 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 #5BDDBD is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 221 | 189 | - |
| CMYK | 0.59 | 0 | 0.14 | 0.13 |
| HSL | 165.23º | 0.66% | 0.61% | - |
| HSV(B) | 165.23º | 0.59% | 0.87% | - |
| XYZ | 39.36 | 57.61 | 57.19 | - |
| YUV | 178.48 | 133.93 | 65.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 221 | 189 | 0.59 | 0 | 0.14 | 0.13 | 165.23 | 0.66 | 0.61 |
| Hex | 5B | DD | BD | 3B | 0 | E | D | A5 | 42 | 3D |
| Octal | 133 | 335 | 275 | 73 | 0 | 16 | 15 | 245 | 102 | 75 |
| Binary | 1011011 | 11011101 | 10111101 | 111011 | 0 | 1110 | 1101 | 10100101 | 1000010 | 111101 |
Color Harmonies of #5BDDBD
Complementary color
Monochromatic Colors of #5BDDBD
Black with #5BDDBD
Text Example
Text Example
White with #5BDDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDDBD; }
p { color: rgb(91,221,189); }
H1.HeaderClassName
{
color: #5BDDBD;
}
.AnyTagClassName
{
color: #5BDDBD;
}
</style>
background-color css
<style>
a { background-color: #5BDDBD; }
a { background-color: rgb(91,221,189); }
div.DivClassName
{
background-color: #5BDDBD;
}
.BgClassName
{
background-color: #5BDDBD;
}
</style>
border-color css
<style>
span { border-color: #5BDDBD; }
span { border-color: rgb(91,221,189); }
td.TdClassName
{
border-color: #5BDDBD;
}
.TagClassName
{
border-color: #5BDDBD;
}
</style>