Shades of Downy #5BDEBD
Tints of Downy #5BDEBD
RGB
CMYK
RGB Variations
Color information
#5BDEBD (or 0x5BDEBD) is known color: Downy. HEX triplet: 5B, DE and BD. RGB value is (91,222,189). Sum of RGB (Red+Green+Blue) = 91+222+189=502 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.13% from 502); Green value is 222 (87.11% from 255 or 44.22% from 502); Blue value is 189 (74.22% from 255 or 37.65% from 502); Max value from RGB is 222 - color contains mainly: green. Hex color #5BDEBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BDEBD is #A42142. Grayscale: #B3B3B3. Windows color (decimal): -10756419 or 12443227. OLE color: 12443227.
HSL color Cylindrical-coordinate representation of color #5BDEBD: hue angle of 164.89º 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 #5BDEBD is Cyan = 0.59, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 222 | 189 | - |
| CMYK | 0.59 | 0 | 0.15 | 0.13 |
| HSL | 164.89º | 0.66% | 0.61% | - |
| HSV(B) | 164.89º | 0.59% | 0.87% | - |
| XYZ | 39.62 | 58.14 | 57.28 | - |
| YUV | 179.07 | 133.6 | 65.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 222 | 189 | 0.59 | 0 | 0.15 | 0.13 | 164.89 | 0.66 | 0.61 |
| Hex | 5B | DE | BD | 3B | 0 | F | D | A5 | 42 | 3D |
| Octal | 133 | 336 | 275 | 73 | 0 | 17 | 15 | 245 | 102 | 75 |
| Binary | 1011011 | 11011110 | 10111101 | 111011 | 0 | 1111 | 1101 | 10100101 | 1000010 | 111101 |
Color Harmonies of #5BDEBD
Complementary color
Monochromatic Colors of #5BDEBD
Black with #5BDEBD
Text Example
Text Example
White with #5BDEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDEBD; }
p { color: rgb(91,222,189); }
H1.HeaderClassName
{
color: #5BDEBD;
}
.AnyTagClassName
{
color: #5BDEBD;
}
</style>
background-color css
<style>
a { background-color: #5BDEBD; }
a { background-color: rgb(91,222,189); }
div.DivClassName
{
background-color: #5BDEBD;
}
.BgClassName
{
background-color: #5BDEBD;
}
</style>
border-color css
<style>
span { border-color: #5BDEBD; }
span { border-color: rgb(91,222,189); }
td.TdClassName
{
border-color: #5BDEBD;
}
.TagClassName
{
border-color: #5BDEBD;
}
</style>