Shades of Matterhorn #554C4A
Tints of Matterhorn #554C4A
RGB
CMYK
RGB Variations
Color information
#554C4A (or 0x554C4A) is known color: Matterhorn. HEX triplet: 55, 4C and 4A. RGB value is (85,76,74). Sum of RGB (Red+Green+Blue) = 85+76+74=235 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.17% from 235); Green value is 76 (30.08% from 255 or 32.34% from 235); Blue value is 74 (29.30% from 255 or 31.49% from 235); Max value from RGB is 85 - color contains mainly: red. Hex color #554C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554C4A is #AAB3B5. Grayscale: #4E4E4E. Windows color (decimal): -11187126 or 4869205. OLE color: 4869205.
HSL color Cylindrical-coordinate representation of color #554C4A: hue angle of 10.91º degrees, saturation: 0.07, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #554C4A is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 76 | 74 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.67 |
| HSL | 10.91º | 0.07% | 0.31% | - |
| HSV(B) | 10.91º | 0.13% | 0.33% | - |
| XYZ | 7.57 | 7.59 | 7.55 | - |
| YUV | 78.46 | 125.48 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 76 | 74 | 0 | 0.11 | 0.13 | 0.67 | 10.91 | 0.07 | 0.31 |
| Hex | 55 | 4C | 4A | 0 | B | D | 43 | B | 7 | 1F |
| Octal | 125 | 114 | 112 | 0 | 13 | 15 | 103 | 13 | 7 | 37 |
| Binary | 1010101 | 1001100 | 1001010 | 0 | 1011 | 1101 | 1000011 | 1011 | 111 | 11111 |
Color Harmonies of #554C4A
Complementary color
Monochromatic Colors of #554C4A
Black with #554C4A
Text Example
Text Example
White with #554C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554C4A; }
p { color: rgb(85,76,74); }
H1.HeaderClassName
{
color: #554C4A;
}
.AnyTagClassName
{
color: #554C4A;
}
</style>
background-color css
<style>
a { background-color: #554C4A; }
a { background-color: rgb(85,76,74); }
div.DivClassName
{
background-color: #554C4A;
}
.BgClassName
{
background-color: #554C4A;
}
</style>
border-color css
<style>
span { border-color: #554C4A; }
span { border-color: rgb(85,76,74); }
td.TdClassName
{
border-color: #554C4A;
}
.TagClassName
{
border-color: #554C4A;
}
</style>