Shades of Matterhorn #525151
Tints of Matterhorn #525151
RGB
CMYK
RGB Variations
Color information
#525151 (or 0x525151) is known color: Matterhorn. HEX triplet: 52, 51 and 51. RGB value is (82,81,81). Sum of RGB (Red+Green+Blue) = 82+81+81=244 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.61% from 244); Green value is 81 (32.03% from 255 or 33.20% from 244); Blue value is 81 (32.03% from 255 or 33.20% from 244); Max value from RGB is 82 - color contains mainly: red. Hex color #525151 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525151 is #ADAEAE. Grayscale: #515151. Windows color (decimal): -11382447 or 5329234. OLE color: 5329234.
HSL color Cylindrical-coordinate representation of color #525151: hue angle of 0º degrees, saturation: 0.01, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #525151 is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.68.
Color convert
RGB | 82 | 81 | 81 | - |
CMYK | 0 | 0.01 | 0.01 | 0.68 |
HSL | 0º | 0.01% | 0.32% | - |
HSV(B) | 0º | 0.01% | 0.32% | - |
XYZ | 7.91 | 8.27 | 8.96 | - |
YUV | 81.3 | 127.83 | 128.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 82 | 81 | 81 | 0 | 0.01 | 0.01 | 0.68 | 0 | 0.01 | 0.32 |
Hex | 52 | 51 | 51 | 0 | 1 | 1 | 44 | 0 | 1 | 20 |
Octal | 122 | 121 | 121 | 0 | 1 | 1 | 104 | 0 | 1 | 40 |
Binary | 1010010 | 1010001 | 1010001 | 0 | 1 | 1 | 1000100 | 0 | 1 | 100000 |
Color Harmonies of #525151
Complementary color
Monochromatic Colors of #525151
Black with #525151
Text Example
Text Example
White with #525151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525151; }
p { color: rgb(82,81,81); }
H1.HeaderClassName
{
color: #525151;
}
.AnyTagClassName
{
color: #525151;
}
</style>
background-color css
<style>
a { background-color: #525151; }
a { background-color: rgb(82,81,81); }
div.DivClassName
{
background-color: #525151;
}
.BgClassName
{
background-color: #525151;
}
</style>
border-color css
<style>
span { border-color: #525151; }
span { border-color: rgb(82,81,81); }
td.TdClassName
{
border-color: #525151;
}
.TagClassName
{
border-color: #525151;
}
</style>