Shades of Matterhorn #554D4D
Tints of Matterhorn #554D4D
RGB
CMYK
RGB Variations
Color information
#554D4D (or 0x554D4D) is known color: Matterhorn. HEX triplet: 55, 4D and 4D. RGB value is (85,77,77). Sum of RGB (Red+Green+Blue) = 85+77+77=239 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.56% from 239); Green value is 77 (30.47% from 255 or 32.22% from 239); Blue value is 77 (30.47% from 255 or 32.22% from 239); Max value from RGB is 85 - color contains mainly: red. Hex color #554D4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554D4D is #AAB2B2. Grayscale: #4F4F4F. Windows color (decimal): -11186867 or 5066069. OLE color: 5066069.
HSL color Cylindrical-coordinate representation of color #554D4D: hue angle of 0º degrees, saturation: 0.05, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #554D4D is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.67.
Color convert
RGB | 85 | 77 | 77 | - |
CMYK | 0 | 0.09 | 0.09 | 0.67 |
HSL | 0º | 0.05% | 0.32% | - |
HSV(B) | 0º | 0.09% | 0.33% | - |
XYZ | 7.74 | 7.77 | 8.11 | - |
YUV | 79.39 | 126.65 | 132 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 85 | 77 | 77 | 0 | 0.09 | 0.09 | 0.67 | 0 | 0.05 | 0.32 |
Hex | 55 | 4D | 4D | 0 | 9 | 9 | 43 | 0 | 5 | 20 |
Octal | 125 | 115 | 115 | 0 | 11 | 11 | 103 | 0 | 5 | 40 |
Binary | 1010101 | 1001101 | 1001101 | 0 | 1001 | 1001 | 1000011 | 0 | 101 | 100000 |
Color Harmonies of #554D4D
Complementary color
Monochromatic Colors of #554D4D
Black with #554D4D
Text Example
Text Example
White with #554D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554D4D; }
p { color: rgb(85,77,77); }
H1.HeaderClassName
{
color: #554D4D;
}
.AnyTagClassName
{
color: #554D4D;
}
</style>
background-color css
<style>
a { background-color: #554D4D; }
a { background-color: rgb(85,77,77); }
div.DivClassName
{
background-color: #554D4D;
}
.BgClassName
{
background-color: #554D4D;
}
</style>
border-color css
<style>
span { border-color: #554D4D; }
span { border-color: rgb(85,77,77); }
td.TdClassName
{
border-color: #554D4D;
}
.TagClassName
{
border-color: #554D4D;
}
</style>