Shades of Matterhorn #554F4E
Tints of Matterhorn #554F4E
RGB
CMYK
RGB Variations
Color information
#554F4E (or 0x554F4E) is known color: Matterhorn. HEX triplet: 55, 4F and 4E. RGB value is (85,79,78). Sum of RGB (Red+Green+Blue) = 85+79+78=242 (32% of max value = 765). Red value is 85 (33.59% from 255 or 35.12% from 242); Green value is 79 (31.25% from 255 or 32.64% from 242); Blue value is 78 (30.86% from 255 or 32.23% from 242); Max value from RGB is 85 - color contains mainly: red. Hex color #554F4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554F4E is #AAB0B1. Grayscale: #505050. Windows color (decimal): -11186354 or 5132117. OLE color: 5132117.
HSL color Cylindrical-coordinate representation of color #554F4E: hue angle of 8.57º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #554F4E is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 79 | 78 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.67 |
| HSL | 8.57º | 0.04% | 0.32% | - |
| HSV(B) | 8.57º | 0.08% | 0.33% | - |
| XYZ | 7.92 | 8.07 | 8.35 | - |
| YUV | 80.68 | 126.49 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 79 | 78 | 0 | 0.07 | 0.08 | 0.67 | 8.57 | 0.04 | 0.32 |
| Hex | 55 | 4F | 4E | 0 | 7 | 8 | 43 | 9 | 4 | 20 |
| Octal | 125 | 117 | 116 | 0 | 7 | 10 | 103 | 11 | 4 | 40 |
| Binary | 1010101 | 1001111 | 1001110 | 0 | 111 | 1000 | 1000011 | 1001 | 100 | 100000 |
Color Harmonies of #554F4E
Complementary color
Monochromatic Colors of #554F4E
Black with #554F4E
Text Example
Text Example
White with #554F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554F4E; }
p { color: rgb(85,79,78); }
H1.HeaderClassName
{
color: #554F4E;
}
.AnyTagClassName
{
color: #554F4E;
}
</style>
background-color css
<style>
a { background-color: #554F4E; }
a { background-color: rgb(85,79,78); }
div.DivClassName
{
background-color: #554F4E;
}
.BgClassName
{
background-color: #554F4E;
}
</style>
border-color css
<style>
span { border-color: #554F4E; }
span { border-color: rgb(85,79,78); }
td.TdClassName
{
border-color: #554F4E;
}
.TagClassName
{
border-color: #554F4E;
}
</style>