Shades of Downy #5BDEC6
Tints of Downy #5BDEC6
RGB
CMYK
RGB Variations
Color information
#5BDEC6 (or 0x5BDEC6) is known color: Downy. HEX triplet: 5B, DE and C6. RGB value is (91,222,198). Sum of RGB (Red+Green+Blue) = 91+222+198=511 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.81% from 511); Green value is 222 (87.11% from 255 or 43.44% from 511); Blue value is 198 (77.73% from 255 or 38.75% from 511); Max value from RGB is 222 - color contains mainly: green. Hex color #5BDEC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BDEC6 is #A42139. Grayscale: #B4B4B4. Windows color (decimal): -10756410 or 13033051. OLE color: 13033051.
HSL color Cylindrical-coordinate representation of color #5BDEC6: hue angle of 169.01º 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 #5BDEC6 is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 222 | 198 | - |
| CMYK | 0.59 | 0 | 0.11 | 0.13 |
| HSL | 169.01º | 0.66% | 0.61% | - |
| HSV(B) | 169.01º | 0.59% | 0.87% | - |
| XYZ | 40.63 | 58.54 | 62.58 | - |
| YUV | 180.1 | 138.1 | 64.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 222 | 198 | 0.59 | 0 | 0.11 | 0.13 | 169.01 | 0.66 | 0.61 |
| Hex | 5B | DE | C6 | 3B | 0 | B | D | A9 | 42 | 3D |
| Octal | 133 | 336 | 306 | 73 | 0 | 13 | 15 | 251 | 102 | 75 |
| Binary | 1011011 | 11011110 | 11000110 | 111011 | 0 | 1011 | 1101 | 10101001 | 1000010 | 111101 |
Color Harmonies of #5BDEC6
Complementary color
Monochromatic Colors of #5BDEC6
Black with #5BDEC6
Text Example
Text Example
White with #5BDEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDEC6; }
p { color: rgb(91,222,198); }
H1.HeaderClassName
{
color: #5BDEC6;
}
.AnyTagClassName
{
color: #5BDEC6;
}
</style>
background-color css
<style>
a { background-color: #5BDEC6; }
a { background-color: rgb(91,222,198); }
div.DivClassName
{
background-color: #5BDEC6;
}
.BgClassName
{
background-color: #5BDEC6;
}
</style>
border-color css
<style>
span { border-color: #5BDEC6; }
span { border-color: rgb(91,222,198); }
td.TdClassName
{
border-color: #5BDEC6;
}
.TagClassName
{
border-color: #5BDEC6;
}
</style>