Shades of Downy #56DDBD
Tints of Downy #56DDBD
RGB
CMYK
RGB Variations
Color information
#56DDBD (or 0x56DDBD) is known color: Downy. HEX triplet: 56, DD and BD. RGB value is (86,221,189). Sum of RGB (Red+Green+Blue) = 86+221+189=496 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.34% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 189 (74.22% from 255 or 38.10% from 496); Max value from RGB is 221 - color contains mainly: green. Hex color #56DDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56DDBD is #A92242. Grayscale: #B0B0B0. Windows color (decimal): -11084355 or 12442966. OLE color: 12442966.
HSL color Cylindrical-coordinate representation of color #56DDBD: hue angle of 165.78º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56DDBD is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 221 | 189 | - |
| CMYK | 0.61 | 0 | 0.14 | 0.13 |
| HSL | 165.78º | 0.67% | 0.6% | - |
| HSV(B) | 165.78º | 0.61% | 0.87% | - |
| XYZ | 38.88 | 57.37 | 57.17 | - |
| YUV | 176.99 | 134.77 | 63.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 221 | 189 | 0.61 | 0 | 0.14 | 0.13 | 165.78 | 0.67 | 0.6 |
| Hex | 56 | DD | BD | 3D | 0 | E | D | A6 | 43 | 3C |
| Octal | 126 | 335 | 275 | 75 | 0 | 16 | 15 | 246 | 103 | 74 |
| Binary | 1010110 | 11011101 | 10111101 | 111101 | 0 | 1110 | 1101 | 10100110 | 1000011 | 111100 |
Color Harmonies of #56DDBD
Complementary color
Monochromatic Colors of #56DDBD
Black with #56DDBD
Text Example
Text Example
White with #56DDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DDBD; }
p { color: rgb(86,221,189); }
H1.HeaderClassName
{
color: #56DDBD;
}
.AnyTagClassName
{
color: #56DDBD;
}
</style>
background-color css
<style>
a { background-color: #56DDBD; }
a { background-color: rgb(86,221,189); }
div.DivClassName
{
background-color: #56DDBD;
}
.BgClassName
{
background-color: #56DDBD;
}
</style>
border-color css
<style>
span { border-color: #56DDBD; }
span { border-color: rgb(86,221,189); }
td.TdClassName
{
border-color: #56DDBD;
}
.TagClassName
{
border-color: #56DDBD;
}
</style>