Shades of Matterhorn #5B5555
Tints of Matterhorn #5B5555
RGB
CMYK
RGB Variations
Color information
#5B5555 (or 0x5B5555) is known color: Matterhorn. HEX triplet: 5B, 55 and 55. RGB value is (91,85,85). Sum of RGB (Red+Green+Blue) = 91+85+85=261 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.87% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 85 (33.59% from 255 or 32.57% from 261); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5555 is #A4AAAA. Grayscale: #565656. Windows color (decimal): -10791595 or 5592411. OLE color: 5592411.
HSL color Cylindrical-coordinate representation of color #5B5555: hue angle of 0º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #5B5555 is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 85 | 85 | - |
| CMYK | 0 | 0.07 | 0.07 | 0.64 |
| HSL | 0º | 0.03% | 0.35% | - |
| HSV(B) | 0º | 0.07% | 0.36% | - |
| XYZ | 9.2 | 9.38 | 9.92 | - |
| YUV | 86.79 | 126.99 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 85 | 85 | 0 | 0.07 | 0.07 | 0.64 | 0 | 0.03 | 0.35 |
| Hex | 5B | 55 | 55 | 0 | 7 | 7 | 40 | 0 | 3 | 23 |
| Octal | 133 | 125 | 125 | 0 | 7 | 7 | 100 | 0 | 3 | 43 |
| Binary | 1011011 | 1010101 | 1010101 | 0 | 111 | 111 | 1000000 | 0 | 11 | 100011 |
Color Harmonies of #5B5555
Complementary color
Monochromatic Colors of #5B5555
Black with #5B5555
Text Example
Text Example
White with #5B5555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5555; }
p { color: rgb(91,85,85); }
H1.HeaderClassName
{
color: #5B5555;
}
.AnyTagClassName
{
color: #5B5555;
}
</style>
background-color css
<style>
a { background-color: #5B5555; }
a { background-color: rgb(91,85,85); }
div.DivClassName
{
background-color: #5B5555;
}
.BgClassName
{
background-color: #5B5555;
}
</style>
border-color css
<style>
span { border-color: #5B5555; }
span { border-color: rgb(91,85,85); }
td.TdClassName
{
border-color: #5B5555;
}
.TagClassName
{
border-color: #5B5555;
}
</style>