Shades of Matterhorn #5A5252
Tints of Matterhorn #5A5252
RGB
CMYK
RGB Variations
Color information
#5A5252 (or 0x5A5252) is known color: Matterhorn. HEX triplet: 5A, 52 and 52. RGB value is (90,82,82). Sum of RGB (Red+Green+Blue) = 90+82+82=254 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.43% from 254); Green value is 82 (32.42% from 255 or 32.28% from 254); Blue value is 82 (32.42% from 255 or 32.28% from 254); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5252 is #A5ADAD. Grayscale: #545454. Windows color (decimal): -10857902 or 5395034. OLE color: 5395034.
HSL color Cylindrical-coordinate representation of color #5A5252: hue angle of 0º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #5A5252 is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 82 | 82 | - |
| CMYK | 0 | 0.09 | 0.09 | 0.65 |
| HSL | 0º | 0.05% | 0.34% | - |
| HSV(B) | 0º | 0.09% | 0.35% | - |
| XYZ | 8.76 | 8.82 | 9.22 | - |
| YUV | 84.39 | 126.65 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 82 | 82 | 0 | 0.09 | 0.09 | 0.65 | 0 | 0.05 | 0.34 |
| Hex | 5A | 52 | 52 | 0 | 9 | 9 | 41 | 0 | 5 | 22 |
| Octal | 132 | 122 | 122 | 0 | 11 | 11 | 101 | 0 | 5 | 42 |
| Binary | 1011010 | 1010010 | 1010010 | 0 | 1001 | 1001 | 1000001 | 0 | 101 | 100010 |
Color Harmonies of #5A5252
Complementary color
Monochromatic Colors of #5A5252
Black with #5A5252
Text Example
Text Example
White with #5A5252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5252; }
p { color: rgb(90,82,82); }
H1.HeaderClassName
{
color: #5A5252;
}
.AnyTagClassName
{
color: #5A5252;
}
</style>
background-color css
<style>
a { background-color: #5A5252; }
a { background-color: rgb(90,82,82); }
div.DivClassName
{
background-color: #5A5252;
}
.BgClassName
{
background-color: #5A5252;
}
</style>
border-color css
<style>
span { border-color: #5A5252; }
span { border-color: rgb(90,82,82); }
td.TdClassName
{
border-color: #5A5252;
}
.TagClassName
{
border-color: #5A5252;
}
</style>