Shades of Downy #56D8BC
Tints of Downy #56D8BC
RGB
CMYK
RGB Variations
Color information
#56D8BC (or 0x56D8BC) is known color: Downy. HEX triplet: 56, D8 and BC. RGB value is (86,216,188). Sum of RGB (Red+Green+Blue) = 86+216+188=490 (64% of max value = 765). Red value is 86 (33.98% from 255 or 17.55% from 490); Green value is 216 (84.77% from 255 or 44.08% from 490); Blue value is 188 (73.83% from 255 or 38.37% from 490); Max value from RGB is 216 - color contains mainly: green. Hex color #56D8BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56D8BC is #A92743. Grayscale: #ADADAD. Windows color (decimal): -11085636 or 12376150. OLE color: 12376150.
HSL color Cylindrical-coordinate representation of color #56D8BC: hue angle of 167.08º 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 #56D8BC is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 86 | 216 | 188 | - |
| CMYK | 0.60 | 0 | 0.13 | 0.15 |
| HSL | 167.08º | 0.63% | 0.59% | - |
| HSV(B) | 167.08º | 0.6% | 0.85% | - |
| XYZ | 37.47 | 54.72 | 56.16 | - |
| YUV | 173.94 | 135.93 | 65.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 216 | 188 | 0.60 | 0 | 0.13 | 0.15 | 167.08 | 0.63 | 0.59 |
| Hex | 56 | D8 | BC | 3C | 0 | D | F | A7 | 3E | 3B |
| Octal | 126 | 330 | 274 | 74 | 0 | 15 | 17 | 247 | 76 | 73 |
| Binary | 1010110 | 11011000 | 10111100 | 111100 | 0 | 1101 | 1111 | 10100111 | 111110 | 111011 |
Color Harmonies of #56D8BC
Complementary color
Monochromatic Colors of #56D8BC
Black with #56D8BC
Text Example
Text Example
White with #56D8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56D8BC; }
p { color: rgb(86,216,188); }
H1.HeaderClassName
{
color: #56D8BC;
}
.AnyTagClassName
{
color: #56D8BC;
}
</style>
background-color css
<style>
a { background-color: #56D8BC; }
a { background-color: rgb(86,216,188); }
div.DivClassName
{
background-color: #56D8BC;
}
.BgClassName
{
background-color: #56D8BC;
}
</style>
border-color css
<style>
span { border-color: #56D8BC; }
span { border-color: rgb(86,216,188); }
td.TdClassName
{
border-color: #56D8BC;
}
.TagClassName
{
border-color: #56D8BC;
}
</style>