Shades of Como #56775C
Tints of Como #56775C
RGB
CMYK
RGB Variations
Color information
#56775C (or 0x56775C) is known color: Como. HEX triplet: 56, 77 and 5C. RGB value is (86,119,92). Sum of RGB (Red+Green+Blue) = 86+119+92=297 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.96% from 297); Green value is 119 (46.88% from 255 or 40.07% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 119 - color contains mainly: green. Hex color #56775C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56775C is #A988A3. Grayscale: #6A6A6A. Windows color (decimal): -11110564 or 6059862. OLE color: 6059862.
HSL color Cylindrical-coordinate representation of color #56775C: hue angle of 130.91º degrees, saturation: 0.16, 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 #56775C is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 86 | 119 | 92 | - |
| CMYK | 0.28 | 0 | 0.23 | 0.53 |
| HSL | 130.91º | 0.16% | 0.4% | - |
| HSV(B) | 130.91º | 0.28% | 0.47% | - |
| XYZ | 12.37 | 15.94 | 12.55 | - |
| YUV | 106.06 | 120.07 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 119 | 92 | 0.28 | 0 | 0.23 | 0.53 | 130.91 | 0.16 | 0.4 |
| Hex | 56 | 77 | 5C | 1C | 0 | 17 | 35 | 83 | 10 | 28 |
| Octal | 126 | 167 | 134 | 34 | 0 | 27 | 65 | 203 | 20 | 50 |
| Binary | 1010110 | 1110111 | 1011100 | 11100 | 0 | 10111 | 110101 | 10000011 | 10000 | 101000 |
Color Harmonies of #56775C
Complementary color
Monochromatic Colors of #56775C
Black with #56775C
Text Example
Text Example
White with #56775C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56775C; }
p { color: rgb(86,119,92); }
H1.HeaderClassName
{
color: #56775C;
}
.AnyTagClassName
{
color: #56775C;
}
</style>
background-color css
<style>
a { background-color: #56775C; }
a { background-color: rgb(86,119,92); }
div.DivClassName
{
background-color: #56775C;
}
.BgClassName
{
background-color: #56775C;
}
</style>
border-color css
<style>
span { border-color: #56775C; }
span { border-color: rgb(86,119,92); }
td.TdClassName
{
border-color: #56775C;
}
.TagClassName
{
border-color: #56775C;
}
</style>