Shades of Matterhorn #514E4E
Tints of Matterhorn #514E4E
RGB
CMYK
RGB Variations
Color information
#514E4E (or 0x514E4E) is known color: Matterhorn. HEX triplet: 51, 4E and 4E. RGB value is (81,78,78). Sum of RGB (Red+Green+Blue) = 81+78+78=237 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.18% from 237); Green value is 78 (30.86% from 255 or 32.91% from 237); Blue value is 78 (30.86% from 255 or 32.91% from 237); Max value from RGB is 81 - color contains mainly: red. Hex color #514E4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514E4E is #AEB1B1. Grayscale: #4E4E4E. Windows color (decimal): -11448754 or 5131857. OLE color: 5131857.
HSL color Cylindrical-coordinate representation of color #514E4E: hue angle of 0º degrees, saturation: 0.02, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #514E4E is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 78 | 78 | - |
| CMYK | 0 | 0.04 | 0.04 | 0.68 |
| HSL | 0º | 0.02% | 0.31% | - |
| HSV(B) | 0º | 0.04% | 0.32% | - |
| XYZ | 7.49 | 7.75 | 8.31 | - |
| YUV | 78.9 | 127.49 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 78 | 78 | 0 | 0.04 | 0.04 | 0.68 | 0 | 0.02 | 0.31 |
| Hex | 51 | 4E | 4E | 0 | 4 | 4 | 44 | 0 | 2 | 1F |
| Octal | 121 | 116 | 116 | 0 | 4 | 4 | 104 | 0 | 2 | 37 |
| Binary | 1010001 | 1001110 | 1001110 | 0 | 100 | 100 | 1000100 | 0 | 10 | 11111 |
Color Harmonies of #514E4E
Complementary color
Monochromatic Colors of #514E4E
Black with #514E4E
Text Example
Text Example
White with #514E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514E4E; }
p { color: rgb(81,78,78); }
H1.HeaderClassName
{
color: #514E4E;
}
.AnyTagClassName
{
color: #514E4E;
}
</style>
background-color css
<style>
a { background-color: #514E4E; }
a { background-color: rgb(81,78,78); }
div.DivClassName
{
background-color: #514E4E;
}
.BgClassName
{
background-color: #514E4E;
}
</style>
border-color css
<style>
span { border-color: #514E4E; }
span { border-color: rgb(81,78,78); }
td.TdClassName
{
border-color: #514E4E;
}
.TagClassName
{
border-color: #514E4E;
}
</style>