Shades of Como #567864
Tints of Como #567864
RGB
CMYK
RGB Variations
Color information
#567864 (or 0x567864) is known color: Como. HEX triplet: 56, 78 and 64. RGB value is (86,120,100). Sum of RGB (Red+Green+Blue) = 86+120+100=306 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.10% from 306); Green value is 120 (47.27% from 255 or 39.22% from 306); Blue value is 100 (39.45% from 255 or 32.68% from 306); Max value from RGB is 120 - color contains mainly: green. Hex color #567864 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567864 is #A9879B. Grayscale: #6B6B6B. Windows color (decimal): -11110300 or 6584406. OLE color: 6584406.
HSL color Cylindrical-coordinate representation of color #567864: hue angle of 144.71º 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 #567864 is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 86 | 120 | 100 | - |
| CMYK | 0.28 | 0 | 0.17 | 0.53 |
| HSL | 144.71º | 0.17% | 0.4% | - |
| HSV(B) | 144.71º | 0.28% | 0.47% | - |
| XYZ | 12.85 | 16.33 | 14.53 | - |
| YUV | 107.55 | 123.74 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 120 | 100 | 0.28 | 0 | 0.17 | 0.53 | 144.71 | 0.17 | 0.4 |
| Hex | 56 | 78 | 64 | 1C | 0 | 11 | 35 | 91 | 11 | 28 |
| Octal | 126 | 170 | 144 | 34 | 0 | 21 | 65 | 221 | 21 | 50 |
| Binary | 1010110 | 1111000 | 1100100 | 11100 | 0 | 10001 | 110101 | 10010001 | 10001 | 101000 |
Color Harmonies of #567864
Complementary color
Monochromatic Colors of #567864
Black with #567864
Text Example
Text Example
White with #567864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567864; }
p { color: rgb(86,120,100); }
H1.HeaderClassName
{
color: #567864;
}
.AnyTagClassName
{
color: #567864;
}
</style>
background-color css
<style>
a { background-color: #567864; }
a { background-color: rgb(86,120,100); }
div.DivClassName
{
background-color: #567864;
}
.BgClassName
{
background-color: #567864;
}
</style>
border-color css
<style>
span { border-color: #567864; }
span { border-color: rgb(86,120,100); }
td.TdClassName
{
border-color: #567864;
}
.TagClassName
{
border-color: #567864;
}
</style>