Shades of Como #567D5E
Tints of Como #567D5E
RGB
CMYK
RGB Variations
Color information
#567D5E (or 0x567D5E) is known color: Como. HEX triplet: 56, 7D and 5E. RGB value is (86,125,94). Sum of RGB (Red+Green+Blue) = 86+125+94=305 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.20% from 305); Green value is 125 (49.22% from 255 or 40.98% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 125 - color contains mainly: green. Hex color #567D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567D5E is #A982A1. Grayscale: #6D6D6D. Windows color (decimal): -11109026 or 6192470. OLE color: 6192470.
HSL color Cylindrical-coordinate representation of color #567D5E: hue angle of 132.31º 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 #567D5E is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 125 | 94 | - |
| CMYK | 0.31 | 0 | 0.25 | 0.51 |
| HSL | 132.31º | 0.18% | 0.41% | - |
| HSV(B) | 132.31º | 0.31% | 0.49% | - |
| XYZ | 13.19 | 17.45 | 13.26 | - |
| YUV | 109.81 | 119.08 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 125 | 94 | 0.31 | 0 | 0.25 | 0.51 | 132.31 | 0.18 | 0.41 |
| Hex | 56 | 7D | 5E | 1F | 0 | 19 | 33 | 84 | 12 | 29 |
| Octal | 126 | 175 | 136 | 37 | 0 | 31 | 63 | 204 | 22 | 51 |
| Binary | 1010110 | 1111101 | 1011110 | 11111 | 0 | 11001 | 110011 | 10000100 | 10010 | 101001 |
Color Harmonies of #567D5E
Complementary color
Monochromatic Colors of #567D5E
Black with #567D5E
Text Example
Text Example
White with #567D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567D5E; }
p { color: rgb(86,125,94); }
H1.HeaderClassName
{
color: #567D5E;
}
.AnyTagClassName
{
color: #567D5E;
}
</style>
background-color css
<style>
a { background-color: #567D5E; }
a { background-color: rgb(86,125,94); }
div.DivClassName
{
background-color: #567D5E;
}
.BgClassName
{
background-color: #567D5E;
}
</style>
border-color css
<style>
span { border-color: #567D5E; }
span { border-color: rgb(86,125,94); }
td.TdClassName
{
border-color: #567D5E;
}
.TagClassName
{
border-color: #567D5E;
}
</style>