Shades of Matterhorn #545151
Tints of Matterhorn #545151
RGB
CMYK
RGB Variations
Color information
#545151 (or 0x545151) is known color: Matterhorn. HEX triplet: 54, 51 and 51. RGB value is (84,81,81). Sum of RGB (Red+Green+Blue) = 84+81+81=246 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.15% from 246); Green value is 81 (32.03% from 255 or 32.93% from 246); Blue value is 81 (32.03% from 255 or 32.93% from 246); Max value from RGB is 84 - color contains mainly: red. Hex color #545151 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545151 is #ABAEAE. Grayscale: #515151. Windows color (decimal): -11251375 or 5329236. OLE color: 5329236.
HSL color Cylindrical-coordinate representation of color #545151: hue angle of 0º degrees, saturation: 0.02, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #545151 is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 81 | 81 | - |
| CMYK | 0 | 0.04 | 0.04 | 0.67 |
| HSL | 0º | 0.02% | 0.32% | - |
| HSV(B) | 0º | 0.04% | 0.33% | - |
| XYZ | 8.08 | 8.36 | 8.97 | - |
| YUV | 81.9 | 127.49 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 81 | 81 | 0 | 0.04 | 0.04 | 0.67 | 0 | 0.02 | 0.32 |
| Hex | 54 | 51 | 51 | 0 | 4 | 4 | 43 | 0 | 2 | 20 |
| Octal | 124 | 121 | 121 | 0 | 4 | 4 | 103 | 0 | 2 | 40 |
| Binary | 1010100 | 1010001 | 1010001 | 0 | 100 | 100 | 1000011 | 0 | 10 | 100000 |
Color Harmonies of #545151
Complementary color
Monochromatic Colors of #545151
Black with #545151
Text Example
Text Example
White with #545151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545151; }
p { color: rgb(84,81,81); }
H1.HeaderClassName
{
color: #545151;
}
.AnyTagClassName
{
color: #545151;
}
</style>
background-color css
<style>
a { background-color: #545151; }
a { background-color: rgb(84,81,81); }
div.DivClassName
{
background-color: #545151;
}
.BgClassName
{
background-color: #545151;
}
</style>
border-color css
<style>
span { border-color: #545151; }
span { border-color: rgb(84,81,81); }
td.TdClassName
{
border-color: #545151;
}
.TagClassName
{
border-color: #545151;
}
</style>