Shades of Downy #56DABB
Tints of Downy #56DABB
RGB
CMYK
RGB Variations
Color information
#56DABB (or 0x56DABB) is known color: Downy. HEX triplet: 56, DA and BB. RGB value is (86,218,187). Sum of RGB (Red+Green+Blue) = 86+218+187=491 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.52% from 491); Green value is 218 (85.55% from 255 or 44.40% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 218 - color contains mainly: green. Hex color #56DABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56DABB is #A92544. Grayscale: #AEAEAE. Windows color (decimal): -11085125 or 12311126. OLE color: 12311126.
HSL color Cylindrical-coordinate representation of color #56DABB: hue angle of 165.91º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56DABB is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 86 | 218 | 187 | - |
| CMYK | 0.61 | 0 | 0.14 | 0.15 |
| HSL | 165.91º | 0.64% | 0.6% | - |
| HSV(B) | 165.91º | 0.61% | 0.85% | - |
| XYZ | 37.88 | 55.71 | 55.77 | - |
| YUV | 175 | 134.77 | 64.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 218 | 187 | 0.61 | 0 | 0.14 | 0.15 | 165.91 | 0.64 | 0.6 |
| Hex | 56 | DA | BB | 3D | 0 | E | F | A6 | 40 | 3C |
| Octal | 126 | 332 | 273 | 75 | 0 | 16 | 17 | 246 | 100 | 74 |
| Binary | 1010110 | 11011010 | 10111011 | 111101 | 0 | 1110 | 1111 | 10100110 | 1000000 | 111100 |
Color Harmonies of #56DABB
Complementary color
Monochromatic Colors of #56DABB
Black with #56DABB
Text Example
Text Example
White with #56DABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DABB; }
p { color: rgb(86,218,187); }
H1.HeaderClassName
{
color: #56DABB;
}
.AnyTagClassName
{
color: #56DABB;
}
</style>
background-color css
<style>
a { background-color: #56DABB; }
a { background-color: rgb(86,218,187); }
div.DivClassName
{
background-color: #56DABB;
}
.BgClassName
{
background-color: #56DABB;
}
</style>
border-color css
<style>
span { border-color: #56DABB; }
span { border-color: rgb(86,218,187); }
td.TdClassName
{
border-color: #56DABB;
}
.TagClassName
{
border-color: #56DABB;
}
</style>