Shades of Matterhorn #584E4D
Tints of Matterhorn #584E4D
RGB
CMYK
RGB Variations
Color information
#584E4D (or 0x584E4D) is known color: Matterhorn. HEX triplet: 58, 4E and 4D. RGB value is (88,78,77). Sum of RGB (Red+Green+Blue) = 88+78+77=243 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.21% from 243); Green value is 78 (30.86% from 255 or 32.10% from 243); Blue value is 77 (30.47% from 255 or 31.69% from 243); Max value from RGB is 88 - color contains mainly: red. Hex color #584E4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #584E4D is #A7B1B2. Grayscale: #505050. Windows color (decimal): -10990003 or 5066328. OLE color: 5066328.
HSL color Cylindrical-coordinate representation of color #584E4D: hue angle of 5.45º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #584E4D is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 78 | 77 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.65 |
| HSL | 5.45º | 0.07% | 0.32% | - |
| HSV(B) | 5.45º | 0.13% | 0.35% | - |
| XYZ | 8.09 | 8.06 | 8.15 | - |
| YUV | 80.88 | 125.81 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 78 | 77 | 0 | 0.11 | 0.12 | 0.65 | 5.45 | 0.07 | 0.32 |
| Hex | 58 | 4E | 4D | 0 | B | C | 41 | 5 | 7 | 20 |
| Octal | 130 | 116 | 115 | 0 | 13 | 14 | 101 | 5 | 7 | 40 |
| Binary | 1011000 | 1001110 | 1001101 | 0 | 1011 | 1100 | 1000001 | 101 | 111 | 100000 |
Color Harmonies of #584E4D
Complementary color
Monochromatic Colors of #584E4D
Black with #584E4D
Text Example
Text Example
White with #584E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584E4D; }
p { color: rgb(88,78,77); }
H1.HeaderClassName
{
color: #584E4D;
}
.AnyTagClassName
{
color: #584E4D;
}
</style>
background-color css
<style>
a { background-color: #584E4D; }
a { background-color: rgb(88,78,77); }
div.DivClassName
{
background-color: #584E4D;
}
.BgClassName
{
background-color: #584E4D;
}
</style>
border-color css
<style>
span { border-color: #584E4D; }
span { border-color: rgb(88,78,77); }
td.TdClassName
{
border-color: #584E4D;
}
.TagClassName
{
border-color: #584E4D;
}
</style>