Shades of Matterhorn #564F4F
Tints of Matterhorn #564F4F
RGB
CMYK
RGB Variations
Color information
#564F4F (or 0x564F4F) is known color: Matterhorn. HEX triplet: 56, 4F and 4F. RGB value is (86,79,79). Sum of RGB (Red+Green+Blue) = 86+79+79=244 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.25% from 244); Green value is 79 (31.25% from 255 or 32.38% from 244); Blue value is 79 (31.25% from 255 or 32.38% from 244); Max value from RGB is 86 - color contains mainly: red. Hex color #564F4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564F4F is #A9B0B0. Grayscale: #515151. Windows color (decimal): -11120817 or 5197654. OLE color: 5197654.
HSL color Cylindrical-coordinate representation of color #564F4F: hue angle of 0º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #564F4F is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 79 | 79 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.66 |
| HSL | 0º | 0.04% | 0.32% | - |
| HSV(B) | 0º | 0.08% | 0.34% | - |
| XYZ | 8.05 | 8.13 | 8.54 | - |
| YUV | 81.09 | 126.82 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 79 | 79 | 0 | 0.08 | 0.08 | 0.66 | 0 | 0.04 | 0.32 |
| Hex | 56 | 4F | 4F | 0 | 8 | 8 | 42 | 0 | 4 | 20 |
| Octal | 126 | 117 | 117 | 0 | 10 | 10 | 102 | 0 | 4 | 40 |
| Binary | 1010110 | 1001111 | 1001111 | 0 | 1000 | 1000 | 1000010 | 0 | 100 | 100000 |
Color Harmonies of #564F4F
Complementary color
Monochromatic Colors of #564F4F
Black with #564F4F
Text Example
Text Example
White with #564F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564F4F; }
p { color: rgb(86,79,79); }
H1.HeaderClassName
{
color: #564F4F;
}
.AnyTagClassName
{
color: #564F4F;
}
</style>
background-color css
<style>
a { background-color: #564F4F; }
a { background-color: rgb(86,79,79); }
div.DivClassName
{
background-color: #564F4F;
}
.BgClassName
{
background-color: #564F4F;
}
</style>
border-color css
<style>
span { border-color: #564F4F; }
span { border-color: rgb(86,79,79); }
td.TdClassName
{
border-color: #564F4F;
}
.TagClassName
{
border-color: #564F4F;
}
</style>