Shades of Matterhorn #574F4E
Tints of Matterhorn #574F4E
RGB
CMYK
RGB Variations
Color information
#574F4E (or 0x574F4E) is known color: Matterhorn. HEX triplet: 57, 4F and 4E. RGB value is (87,79,78). Sum of RGB (Red+Green+Blue) = 87+79+78=244 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.66% from 244); Green value is 79 (31.25% from 255 or 32.38% from 244); Blue value is 78 (30.86% from 255 or 31.97% from 244); Max value from RGB is 87 - color contains mainly: red. Hex color #574F4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #574F4E is #A8B0B1. Grayscale: #515151. Windows color (decimal): -11055282 or 5132119. OLE color: 5132119.
HSL color Cylindrical-coordinate representation of color #574F4E: hue angle of 6.67º degrees, saturation: 0.05, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #574F4E is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 79 | 78 | - |
| CMYK | 0 | 0.09 | 0.10 | 0.66 |
| HSL | 6.67º | 0.05% | 0.32% | - |
| HSV(B) | 6.67º | 0.1% | 0.34% | - |
| XYZ | 8.1 | 8.17 | 8.36 | - |
| YUV | 81.28 | 126.15 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 79 | 78 | 0 | 0.09 | 0.10 | 0.66 | 6.67 | 0.05 | 0.32 |
| Hex | 57 | 4F | 4E | 0 | 9 | A | 42 | 7 | 5 | 20 |
| Octal | 127 | 117 | 116 | 0 | 11 | 12 | 102 | 7 | 5 | 40 |
| Binary | 1010111 | 1001111 | 1001110 | 0 | 1001 | 1010 | 1000010 | 111 | 101 | 100000 |
Color Harmonies of #574F4E
Complementary color
Monochromatic Colors of #574F4E
Black with #574F4E
Text Example
Text Example
White with #574F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574F4E; }
p { color: rgb(87,79,78); }
H1.HeaderClassName
{
color: #574F4E;
}
.AnyTagClassName
{
color: #574F4E;
}
</style>
background-color css
<style>
a { background-color: #574F4E; }
a { background-color: rgb(87,79,78); }
div.DivClassName
{
background-color: #574F4E;
}
.BgClassName
{
background-color: #574F4E;
}
</style>
border-color css
<style>
span { border-color: #574F4E; }
span { border-color: rgb(87,79,78); }
td.TdClassName
{
border-color: #574F4E;
}
.TagClassName
{
border-color: #574F4E;
}
</style>