Shades of Matterhorn #584F4E
Tints of Matterhorn #584F4E
RGB
CMYK
RGB Variations
Color information
#584F4E (or 0x584F4E) is known color: Matterhorn. HEX triplet: 58, 4F and 4E. RGB value is (88,79,78). Sum of RGB (Red+Green+Blue) = 88+79+78=245 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.92% from 245); Green value is 79 (31.25% from 255 or 32.24% from 245); Blue value is 78 (30.86% from 255 or 31.84% from 245); Max value from RGB is 88 - color contains mainly: red. Hex color #584F4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #584F4E is #A7B0B1. Grayscale: #515151. Windows color (decimal): -10989746 or 5132120. OLE color: 5132120.
HSL color Cylindrical-coordinate representation of color #584F4E: hue angle of 6º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #584F4E is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 79 | 78 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.65 |
| HSL | 6º | 0.06% | 0.33% | - |
| HSV(B) | 6º | 0.11% | 0.35% | - |
| XYZ | 8.2 | 8.22 | 8.36 | - |
| YUV | 81.58 | 125.98 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 79 | 78 | 0 | 0.10 | 0.11 | 0.65 | 6 | 0.06 | 0.33 |
| Hex | 58 | 4F | 4E | 0 | A | B | 41 | 6 | 6 | 21 |
| Octal | 130 | 117 | 116 | 0 | 12 | 13 | 101 | 6 | 6 | 41 |
| Binary | 1011000 | 1001111 | 1001110 | 0 | 1010 | 1011 | 1000001 | 110 | 110 | 100001 |
Color Harmonies of #584F4E
Complementary color
Monochromatic Colors of #584F4E
Black with #584F4E
Text Example
Text Example
White with #584F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584F4E; }
p { color: rgb(88,79,78); }
H1.HeaderClassName
{
color: #584F4E;
}
.AnyTagClassName
{
color: #584F4E;
}
</style>
background-color css
<style>
a { background-color: #584F4E; }
a { background-color: rgb(88,79,78); }
div.DivClassName
{
background-color: #584F4E;
}
.BgClassName
{
background-color: #584F4E;
}
</style>
border-color css
<style>
span { border-color: #584F4E; }
span { border-color: rgb(88,79,78); }
td.TdClassName
{
border-color: #584F4E;
}
.TagClassName
{
border-color: #584F4E;
}
</style>