Shades of Downy #56D8BB
Tints of Downy #56D8BB
RGB
CMYK
RGB Variations
Color information
#56D8BB (or 0x56D8BB) is known color: Downy. HEX triplet: 56, D8 and BB. RGB value is (86,216,187). Sum of RGB (Red+Green+Blue) = 86+216+187=489 (64% of max value = 765). Red value is 86 (33.98% from 255 or 17.59% from 489); Green value is 216 (84.77% from 255 or 44.17% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 216 - color contains mainly: green. Hex color #56D8BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56D8BB is #A92744. Grayscale: #ADADAD. Windows color (decimal): -11085637 or 12310614. OLE color: 12310614.
HSL color Cylindrical-coordinate representation of color #56D8BB: hue angle of 166.62º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #56D8BB is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 86 | 216 | 187 | - |
| CMYK | 0.60 | 0 | 0.13 | 0.15 |
| HSL | 166.62º | 0.63% | 0.59% | - |
| HSV(B) | 166.62º | 0.6% | 0.85% | - |
| XYZ | 37.36 | 54.68 | 55.6 | - |
| YUV | 173.82 | 135.43 | 65.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 216 | 187 | 0.60 | 0 | 0.13 | 0.15 | 166.62 | 0.63 | 0.59 |
| Hex | 56 | D8 | BB | 3C | 0 | D | F | A7 | 3E | 3B |
| Octal | 126 | 330 | 273 | 74 | 0 | 15 | 17 | 247 | 76 | 73 |
| Binary | 1010110 | 11011000 | 10111011 | 111100 | 0 | 1101 | 1111 | 10100111 | 111110 | 111011 |
Color Harmonies of #56D8BB
Complementary color
Monochromatic Colors of #56D8BB
Black with #56D8BB
Text Example
Text Example
White with #56D8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56D8BB; }
p { color: rgb(86,216,187); }
H1.HeaderClassName
{
color: #56D8BB;
}
.AnyTagClassName
{
color: #56D8BB;
}
</style>
background-color css
<style>
a { background-color: #56D8BB; }
a { background-color: rgb(86,216,187); }
div.DivClassName
{
background-color: #56D8BB;
}
.BgClassName
{
background-color: #56D8BB;
}
</style>
border-color css
<style>
span { border-color: #56D8BB; }
span { border-color: rgb(86,216,187); }
td.TdClassName
{
border-color: #56D8BB;
}
.TagClassName
{
border-color: #56D8BB;
}
</style>