Shades of Downy #56CDB9
Tints of Downy #56CDB9
RGB
CMYK
RGB Variations
Color information
#56CDB9 (or 0x56CDB9) is known color: Downy. HEX triplet: 56, CD and B9. RGB value is (86,205,185). Sum of RGB (Red+Green+Blue) = 86+205+185=476 (63% of max value = 765). Red value is 86 (33.98% from 255 or 18.07% from 476); Green value is 205 (80.47% from 255 or 43.07% from 476); Blue value is 185 (72.66% from 255 or 38.87% from 476); Max value from RGB is 205 - color contains mainly: green. Hex color #56CDB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CDB9 is #A93246. Grayscale: #A7A7A7. Windows color (decimal): -11088455 or 12176726. OLE color: 12176726.
HSL color Cylindrical-coordinate representation of color #56CDB9: hue angle of 169.92º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56CDB9 is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 86 | 205 | 185 | - |
| CMYK | 0.58 | 0 | 0.10 | 0.20 |
| HSL | 169.92º | 0.54% | 0.57% | - |
| HSV(B) | 169.92º | 0.58% | 0.8% | - |
| XYZ | 34.43 | 49.14 | 53.57 | - |
| YUV | 167.14 | 138.08 | 70.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 205 | 185 | 0.58 | 0 | 0.10 | 0.20 | 169.92 | 0.54 | 0.57 |
| Hex | 56 | CD | B9 | 3A | 0 | A | 14 | AA | 36 | 39 |
| Octal | 126 | 315 | 271 | 72 | 0 | 12 | 24 | 252 | 66 | 71 |
| Binary | 1010110 | 11001101 | 10111001 | 111010 | 0 | 1010 | 10100 | 10101010 | 110110 | 111001 |
Color Harmonies of #56CDB9
Complementary color
Monochromatic Colors of #56CDB9
Black with #56CDB9
Text Example
Text Example
White with #56CDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CDB9; }
p { color: rgb(86,205,185); }
H1.HeaderClassName
{
color: #56CDB9;
}
.AnyTagClassName
{
color: #56CDB9;
}
</style>
background-color css
<style>
a { background-color: #56CDB9; }
a { background-color: rgb(86,205,185); }
div.DivClassName
{
background-color: #56CDB9;
}
.BgClassName
{
background-color: #56CDB9;
}
</style>
border-color css
<style>
span { border-color: #56CDB9; }
span { border-color: rgb(86,205,185); }
td.TdClassName
{
border-color: #56CDB9;
}
.TagClassName
{
border-color: #56CDB9;
}
</style>