Shades of Matterhorn #595353
Tints of Matterhorn #595353
RGB
CMYK
RGB Variations
Color information
#595353 (or 0x595353) is known color: Matterhorn. HEX triplet: 59, 53 and 53. RGB value is (89,83,83). Sum of RGB (Red+Green+Blue) = 89+83+83=255 (33% of max value = 765). Red value is 89 (35.16% from 255 or 34.90% from 255); Green value is 83 (32.81% from 255 or 32.55% from 255); Blue value is 83 (32.81% from 255 or 32.55% from 255); Max value from RGB is 89 - color contains mainly: red. Hex color #595353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595353 is #A6ACAC. Grayscale: #545454. Windows color (decimal): -10923181 or 5460825. OLE color: 5460825.
HSL color Cylindrical-coordinate representation of color #595353: hue angle of 0º degrees, saturation: 0.03, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #595353 is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 83 | 83 | - |
| CMYK | 0 | 0.07 | 0.07 | 0.65 |
| HSL | 0º | 0.03% | 0.34% | - |
| HSV(B) | 0º | 0.07% | 0.35% | - |
| XYZ | 8.77 | 8.93 | 9.45 | - |
| YUV | 84.79 | 126.99 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 83 | 83 | 0 | 0.07 | 0.07 | 0.65 | 0 | 0.03 | 0.34 |
| Hex | 59 | 53 | 53 | 0 | 7 | 7 | 41 | 0 | 3 | 22 |
| Octal | 131 | 123 | 123 | 0 | 7 | 7 | 101 | 0 | 3 | 42 |
| Binary | 1011001 | 1010011 | 1010011 | 0 | 111 | 111 | 1000001 | 0 | 11 | 100010 |
Color Harmonies of #595353
Complementary color
Monochromatic Colors of #595353
Black with #595353
Text Example
Text Example
White with #595353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595353; }
p { color: rgb(89,83,83); }
H1.HeaderClassName
{
color: #595353;
}
.AnyTagClassName
{
color: #595353;
}
</style>
background-color css
<style>
a { background-color: #595353; }
a { background-color: rgb(89,83,83); }
div.DivClassName
{
background-color: #595353;
}
.BgClassName
{
background-color: #595353;
}
</style>
border-color css
<style>
span { border-color: #595353; }
span { border-color: rgb(89,83,83); }
td.TdClassName
{
border-color: #595353;
}
.TagClassName
{
border-color: #595353;
}
</style>