Shades of Matterhorn #545353
Tints of Matterhorn #545353
RGB
CMYK
RGB Variations
Color information
#545353 (or 0x545353) is known color: Matterhorn. HEX triplet: 54, 53 and 53. RGB value is (84,83,83). Sum of RGB (Red+Green+Blue) = 84+83+83=250 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.6% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 83 (32.81% from 255 or 33.2% from 250); Max value from RGB is 84 - color contains mainly: red. Hex color #545353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545353 is #ABACAC. Grayscale: #535353. Windows color (decimal): -11250861 or 5460820. OLE color: 5460820.
HSL color Cylindrical-coordinate representation of color #545353: hue angle of 0º degrees, saturation: 0.01, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #545353 is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 83 | 83 | - |
| CMYK | 0 | 0.01 | 0.01 | 0.67 |
| HSL | 0º | 0.01% | 0.33% | - |
| HSV(B) | 0º | 0.01% | 0.33% | - |
| XYZ | 8.31 | 8.7 | 9.42 | - |
| YUV | 83.3 | 127.83 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 83 | 83 | 0 | 0.01 | 0.01 | 0.67 | 0 | 0.01 | 0.33 |
| Hex | 54 | 53 | 53 | 0 | 1 | 1 | 43 | 0 | 1 | 21 |
| Octal | 124 | 123 | 123 | 0 | 1 | 1 | 103 | 0 | 1 | 41 |
| Binary | 1010100 | 1010011 | 1010011 | 0 | 1 | 1 | 1000011 | 0 | 1 | 100001 |
Color Harmonies of #545353
Complementary color
Monochromatic Colors of #545353
Black with #545353
Text Example
Text Example
White with #545353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545353; }
p { color: rgb(84,83,83); }
H1.HeaderClassName
{
color: #545353;
}
.AnyTagClassName
{
color: #545353;
}
</style>
background-color css
<style>
a { background-color: #545353; }
a { background-color: rgb(84,83,83); }
div.DivClassName
{
background-color: #545353;
}
.BgClassName
{
background-color: #545353;
}
</style>
border-color css
<style>
span { border-color: #545353; }
span { border-color: rgb(84,83,83); }
td.TdClassName
{
border-color: #545353;
}
.TagClassName
{
border-color: #545353;
}
</style>