Shades of Como #567861
Tints of Como #567861
RGB
CMYK
RGB Variations
Color information
#567861 (or 0x567861) is known color: Como. HEX triplet: 56, 78 and 61. RGB value is (86,120,97). Sum of RGB (Red+Green+Blue) = 86+120+97=303 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.38% from 303); Green value is 120 (47.27% from 255 or 39.60% from 303); Blue value is 97 (38.28% from 255 or 32.01% from 303); Max value from RGB is 120 - color contains mainly: green. Hex color #567861 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567861 is #A9879E. Grayscale: #6B6B6B. Windows color (decimal): -11110303 or 6387798. OLE color: 6387798.
HSL color Cylindrical-coordinate representation of color #567861: hue angle of 139.41º 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 #567861 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 86 | 120 | 97 | - |
| CMYK | 0.28 | 0 | 0.19 | 0.53 |
| HSL | 139.41º | 0.17% | 0.4% | - |
| HSV(B) | 139.41º | 0.28% | 0.47% | - |
| XYZ | 12.71 | 16.27 | 13.78 | - |
| YUV | 107.21 | 122.24 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 120 | 97 | 0.28 | 0 | 0.19 | 0.53 | 139.41 | 0.17 | 0.4 |
| Hex | 56 | 78 | 61 | 1C | 0 | 13 | 35 | 8B | 11 | 28 |
| Octal | 126 | 170 | 141 | 34 | 0 | 23 | 65 | 213 | 21 | 50 |
| Binary | 1010110 | 1111000 | 1100001 | 11100 | 0 | 10011 | 110101 | 10001011 | 10001 | 101000 |
Color Harmonies of #567861
Complementary color
Monochromatic Colors of #567861
Black with #567861
Text Example
Text Example
White with #567861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567861; }
p { color: rgb(86,120,97); }
H1.HeaderClassName
{
color: #567861;
}
.AnyTagClassName
{
color: #567861;
}
</style>
background-color css
<style>
a { background-color: #567861; }
a { background-color: rgb(86,120,97); }
div.DivClassName
{
background-color: #567861;
}
.BgClassName
{
background-color: #567861;
}
</style>
border-color css
<style>
span { border-color: #567861; }
span { border-color: rgb(86,120,97); }
td.TdClassName
{
border-color: #567861;
}
.TagClassName
{
border-color: #567861;
}
</style>