Shades of Matterhorn #554C4B
Tints of Matterhorn #554C4B
RGB
CMYK
RGB Variations
Color information
#554C4B (or 0x554C4B) is known color: Matterhorn. HEX triplet: 55, 4C and 4B. RGB value is (85,76,75). Sum of RGB (Red+Green+Blue) = 85+76+75=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 76 (30.08% from 255 or 32.20% from 236); Blue value is 75 (29.69% from 255 or 31.78% from 236); Max value from RGB is 85 - color contains mainly: red. Hex color #554C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554C4B is #AAB3B4. Grayscale: #4E4E4E. Windows color (decimal): -11187125 or 4934741. OLE color: 4934741.
HSL color Cylindrical-coordinate representation of color #554C4B: hue angle of 6º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #554C4B is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 76 | 75 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.67 |
| HSL | 6º | 0.06% | 0.31% | - |
| HSV(B) | 6º | 0.12% | 0.33% | - |
| XYZ | 7.6 | 7.61 | 7.72 | - |
| YUV | 78.58 | 125.98 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 76 | 75 | 0 | 0.11 | 0.12 | 0.67 | 6 | 0.06 | 0.31 |
| Hex | 55 | 4C | 4B | 0 | B | C | 43 | 6 | 6 | 1F |
| Octal | 125 | 114 | 113 | 0 | 13 | 14 | 103 | 6 | 6 | 37 |
| Binary | 1010101 | 1001100 | 1001011 | 0 | 1011 | 1100 | 1000011 | 110 | 110 | 11111 |
Color Harmonies of #554C4B
Complementary color
Monochromatic Colors of #554C4B
Black with #554C4B
Text Example
Text Example
White with #554C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554C4B; }
p { color: rgb(85,76,75); }
H1.HeaderClassName
{
color: #554C4B;
}
.AnyTagClassName
{
color: #554C4B;
}
</style>
background-color css
<style>
a { background-color: #554C4B; }
a { background-color: rgb(85,76,75); }
div.DivClassName
{
background-color: #554C4B;
}
.BgClassName
{
background-color: #554C4B;
}
</style>
border-color css
<style>
span { border-color: #554C4B; }
span { border-color: rgb(85,76,75); }
td.TdClassName
{
border-color: #554C4B;
}
.TagClassName
{
border-color: #554C4B;
}
</style>