Shades of Como #56785F
Tints of Como #56785F
RGB
CMYK
RGB Variations
Color information
#56785F (or 0x56785F) is known color: Como. HEX triplet: 56, 78 and 5F. RGB value is (86,120,95). Sum of RGB (Red+Green+Blue) = 86+120+95=301 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.57% from 301); Green value is 120 (47.27% from 255 or 39.87% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 120 - color contains mainly: green. Hex color #56785F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56785F is #A987A0. Grayscale: #6B6B6B. Windows color (decimal): -11110305 or 6256726. OLE color: 6256726.
HSL color Cylindrical-coordinate representation of color #56785F: hue angle of 135.88º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #56785F is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 86 | 120 | 95 | - |
| CMYK | 0.28 | 0 | 0.21 | 0.53 |
| HSL | 135.88º | 0.17% | 0.4% | - |
| HSV(B) | 135.88º | 0.28% | 0.47% | - |
| XYZ | 12.62 | 16.24 | 13.3 | - |
| YUV | 106.98 | 121.24 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 120 | 95 | 0.28 | 0 | 0.21 | 0.53 | 135.88 | 0.17 | 0.4 |
| Hex | 56 | 78 | 5F | 1C | 0 | 15 | 35 | 88 | 11 | 28 |
| Octal | 126 | 170 | 137 | 34 | 0 | 25 | 65 | 210 | 21 | 50 |
| Binary | 1010110 | 1111000 | 1011111 | 11100 | 0 | 10101 | 110101 | 10001000 | 10001 | 101000 |
Color Harmonies of #56785F
Complementary color
Monochromatic Colors of #56785F
Black with #56785F
Text Example
Text Example
White with #56785F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56785F; }
p { color: rgb(86,120,95); }
H1.HeaderClassName
{
color: #56785F;
}
.AnyTagClassName
{
color: #56785F;
}
</style>
background-color css
<style>
a { background-color: #56785F; }
a { background-color: rgb(86,120,95); }
div.DivClassName
{
background-color: #56785F;
}
.BgClassName
{
background-color: #56785F;
}
</style>
border-color css
<style>
span { border-color: #56785F; }
span { border-color: rgb(86,120,95); }
td.TdClassName
{
border-color: #56785F;
}
.TagClassName
{
border-color: #56785F;
}
</style>