Shades of Matterhorn #5A5150
Tints of Matterhorn #5A5150
RGB
CMYK
RGB Variations
Color information
#5A5150 (or 0x5A5150) is known color: Matterhorn. HEX triplet: 5A, 51 and 50. RGB value is (90,81,80). Sum of RGB (Red+Green+Blue) = 90+81+80=251 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.86% from 251); Green value is 81 (32.03% from 255 or 32.27% from 251); Blue value is 80 (31.64% from 255 or 31.87% from 251); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5150 is #A5AEAF. Grayscale: #535353. Windows color (decimal): -10858160 or 5263706. OLE color: 5263706.
HSL color Cylindrical-coordinate representation of color #5A5150: hue angle of 6º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5A5150 is Cyan = 0, Magento = 0.1, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 81 | 80 | - |
| CMYK | 0 | 0.1 | 0.11 | 0.65 |
| HSL | 6º | 0.06% | 0.33% | - |
| HSV(B) | 6º | 0.11% | 0.35% | - |
| XYZ | 8.61 | 8.64 | 8.8 | - |
| YUV | 83.58 | 125.98 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 81 | 80 | 0 | 0.1 | 0.11 | 0.65 | 6 | 0.06 | 0.33 |
| Hex | 5A | 51 | 50 | 0 | A | B | 41 | 6 | 6 | 21 |
| Octal | 132 | 121 | 120 | 0 | 12 | 13 | 101 | 6 | 6 | 41 |
| Binary | 1011010 | 1010001 | 1010000 | 0 | 1010 | 1011 | 1000001 | 110 | 110 | 100001 |
Color Harmonies of #5A5150
Complementary color
Monochromatic Colors of #5A5150
Black with #5A5150
Text Example
Text Example
White with #5A5150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5150; }
p { color: rgb(90,81,80); }
H1.HeaderClassName
{
color: #5A5150;
}
.AnyTagClassName
{
color: #5A5150;
}
</style>
background-color css
<style>
a { background-color: #5A5150; }
a { background-color: rgb(90,81,80); }
div.DivClassName
{
background-color: #5A5150;
}
.BgClassName
{
background-color: #5A5150;
}
</style>
border-color css
<style>
span { border-color: #5A5150; }
span { border-color: rgb(90,81,80); }
td.TdClassName
{
border-color: #5A5150;
}
.TagClassName
{
border-color: #5A5150;
}
</style>