Shades of Matterhorn #554F4F
Tints of Matterhorn #554F4F
RGB
CMYK
RGB Variations
Color information
#554F4F (or 0x554F4F) is known color: Matterhorn. HEX triplet: 55, 4F and 4F. RGB value is (85,79,79). Sum of RGB (Red+Green+Blue) = 85+79+79=243 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.98% from 243); Green value is 79 (31.25% from 255 or 32.51% from 243); Blue value is 79 (31.25% from 255 or 32.51% from 243); Max value from RGB is 85 - color contains mainly: red. Hex color #554F4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554F4F is #AAB0B0. Grayscale: #505050. Windows color (decimal): -11186353 or 5197653. OLE color: 5197653.
HSL color Cylindrical-coordinate representation of color #554F4F: hue angle of 0º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #554F4F is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 79 | 79 | - |
| CMYK | 0 | 0.07 | 0.07 | 0.67 |
| HSL | 0º | 0.04% | 0.32% | - |
| HSV(B) | 0º | 0.07% | 0.33% | - |
| XYZ | 7.95 | 8.09 | 8.54 | - |
| YUV | 80.79 | 126.99 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 79 | 79 | 0 | 0.07 | 0.07 | 0.67 | 0 | 0.04 | 0.32 |
| Hex | 55 | 4F | 4F | 0 | 7 | 7 | 43 | 0 | 4 | 20 |
| Octal | 125 | 117 | 117 | 0 | 7 | 7 | 103 | 0 | 4 | 40 |
| Binary | 1010101 | 1001111 | 1001111 | 0 | 111 | 111 | 1000011 | 0 | 100 | 100000 |
Color Harmonies of #554F4F
Complementary color
Monochromatic Colors of #554F4F
Black with #554F4F
Text Example
Text Example
White with #554F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554F4F; }
p { color: rgb(85,79,79); }
H1.HeaderClassName
{
color: #554F4F;
}
.AnyTagClassName
{
color: #554F4F;
}
</style>
background-color css
<style>
a { background-color: #554F4F; }
a { background-color: rgb(85,79,79); }
div.DivClassName
{
background-color: #554F4F;
}
.BgClassName
{
background-color: #554F4F;
}
</style>
border-color css
<style>
span { border-color: #554F4F; }
span { border-color: rgb(85,79,79); }
td.TdClassName
{
border-color: #554F4F;
}
.TagClassName
{
border-color: #554F4F;
}
</style>