Shades of Matterhorn #565353
Tints of Matterhorn #565353
RGB
CMYK
RGB Variations
Color information
#565353 (or 0x565353) is known color: Matterhorn. HEX triplet: 56, 53 and 53. RGB value is (86,83,83). Sum of RGB (Red+Green+Blue) = 86+83+83=252 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.13% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 83 (32.81% from 255 or 32.94% from 252); Max value from RGB is 86 - color contains mainly: red. Hex color #565353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565353 is #A9ACAC. Grayscale: #535353. Windows color (decimal): -11119789 or 5460822. OLE color: 5460822.
HSL color Cylindrical-coordinate representation of color #565353: hue angle of 0º degrees, saturation: 0.02, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #565353 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 83 | 83 | - |
| CMYK | 0 | 0.03 | 0.03 | 0.66 |
| HSL | 0º | 0.02% | 0.33% | - |
| HSV(B) | 0º | 0.03% | 0.34% | - |
| XYZ | 8.49 | 8.79 | 9.43 | - |
| YUV | 83.9 | 127.49 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 83 | 83 | 0 | 0.03 | 0.03 | 0.66 | 0 | 0.02 | 0.33 |
| Hex | 56 | 53 | 53 | 0 | 3 | 3 | 42 | 0 | 2 | 21 |
| Octal | 126 | 123 | 123 | 0 | 3 | 3 | 102 | 0 | 2 | 41 |
| Binary | 1010110 | 1010011 | 1010011 | 0 | 11 | 11 | 1000010 | 0 | 10 | 100001 |
Color Harmonies of #565353
Complementary color
Monochromatic Colors of #565353
Black with #565353
Text Example
Text Example
White with #565353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565353; }
p { color: rgb(86,83,83); }
H1.HeaderClassName
{
color: #565353;
}
.AnyTagClassName
{
color: #565353;
}
</style>
background-color css
<style>
a { background-color: #565353; }
a { background-color: rgb(86,83,83); }
div.DivClassName
{
background-color: #565353;
}
.BgClassName
{
background-color: #565353;
}
</style>
border-color css
<style>
span { border-color: #565353; }
span { border-color: rgb(86,83,83); }
td.TdClassName
{
border-color: #565353;
}
.TagClassName
{
border-color: #565353;
}
</style>