Shades of Como #567C5E
Tints of Como #567C5E
RGB
CMYK
RGB Variations
Color information
#567C5E (or 0x567C5E) is known color: Como. HEX triplet: 56, 7C and 5E. RGB value is (86,124,94). Sum of RGB (Red+Green+Blue) = 86+124+94=304 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.29% from 304); Green value is 124 (48.83% from 255 or 40.79% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 124 - color contains mainly: green. Hex color #567C5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567C5E is #A983A1. Grayscale: #6D6D6D. Windows color (decimal): -11109282 or 6192214. OLE color: 6192214.
HSL color Cylindrical-coordinate representation of color #567C5E: hue angle of 132.63º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #567C5E is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 124 | 94 | - |
| CMYK | 0.31 | 0 | 0.24 | 0.51 |
| HSL | 132.63º | 0.18% | 0.41% | - |
| HSV(B) | 132.63º | 0.31% | 0.49% | - |
| XYZ | 13.07 | 17.2 | 13.22 | - |
| YUV | 109.22 | 119.41 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 124 | 94 | 0.31 | 0 | 0.24 | 0.51 | 132.63 | 0.18 | 0.41 |
| Hex | 56 | 7C | 5E | 1F | 0 | 18 | 33 | 85 | 12 | 29 |
| Octal | 126 | 174 | 136 | 37 | 0 | 30 | 63 | 205 | 22 | 51 |
| Binary | 1010110 | 1111100 | 1011110 | 11111 | 0 | 11000 | 110011 | 10000101 | 10010 | 101001 |
Color Harmonies of #567C5E
Complementary color
Monochromatic Colors of #567C5E
Black with #567C5E
Text Example
Text Example
White with #567C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567C5E; }
p { color: rgb(86,124,94); }
H1.HeaderClassName
{
color: #567C5E;
}
.AnyTagClassName
{
color: #567C5E;
}
</style>
background-color css
<style>
a { background-color: #567C5E; }
a { background-color: rgb(86,124,94); }
div.DivClassName
{
background-color: #567C5E;
}
.BgClassName
{
background-color: #567C5E;
}
</style>
border-color css
<style>
span { border-color: #567C5E; }
span { border-color: rgb(86,124,94); }
td.TdClassName
{
border-color: #567C5E;
}
.TagClassName
{
border-color: #567C5E;
}
</style>