Shades of Como #56755C
Tints of Como #56755C
RGB
CMYK
RGB Variations
Color information
#56755C (or 0x56755C) is known color: Como. HEX triplet: 56, 75 and 5C. RGB value is (86,117,92). Sum of RGB (Red+Green+Blue) = 86+117+92=295 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.15% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 117 - color contains mainly: green. Hex color #56755C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56755C is #A98AA3. Grayscale: #686868. Windows color (decimal): -11111076 or 6059350. OLE color: 6059350.
HSL color Cylindrical-coordinate representation of color #56755C: hue angle of 131.61º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #56755C is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 86 | 117 | 92 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.54 |
| HSL | 131.61º | 0.15% | 0.4% | - |
| HSV(B) | 131.61º | 0.26% | 0.46% | - |
| XYZ | 12.13 | 15.47 | 12.47 | - |
| YUV | 104.88 | 120.73 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 117 | 92 | 0.26 | 0 | 0.21 | 0.54 | 131.61 | 0.15 | 0.4 |
| Hex | 56 | 75 | 5C | 1A | 0 | 15 | 36 | 84 | F | 28 |
| Octal | 126 | 165 | 134 | 32 | 0 | 25 | 66 | 204 | 17 | 50 |
| Binary | 1010110 | 1110101 | 1011100 | 11010 | 0 | 10101 | 110110 | 10000100 | 1111 | 101000 |
Color Harmonies of #56755C
Complementary color
Monochromatic Colors of #56755C
Black with #56755C
Text Example
Text Example
White with #56755C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56755C; }
p { color: rgb(86,117,92); }
H1.HeaderClassName
{
color: #56755C;
}
.AnyTagClassName
{
color: #56755C;
}
</style>
background-color css
<style>
a { background-color: #56755C; }
a { background-color: rgb(86,117,92); }
div.DivClassName
{
background-color: #56755C;
}
.BgClassName
{
background-color: #56755C;
}
</style>
border-color css
<style>
span { border-color: #56755C; }
span { border-color: rgb(86,117,92); }
td.TdClassName
{
border-color: #56755C;
}
.TagClassName
{
border-color: #56755C;
}
</style>