Shades of Matterhorn #585151
Tints of Matterhorn #585151
RGB
CMYK
RGB Variations
Color information
#585151 (or 0x585151) is known color: Matterhorn. HEX triplet: 58, 51 and 51. RGB value is (88,81,81). Sum of RGB (Red+Green+Blue) = 88+81+81=250 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.2% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 81 (32.03% from 255 or 32.4% from 250); Max value from RGB is 88 - color contains mainly: red. Hex color #585151 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585151 is #A7AEAE. Grayscale: #535353. Windows color (decimal): -10989231 or 5329240. OLE color: 5329240.
HSL color Cylindrical-coordinate representation of color #585151: hue angle of 0º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #585151 is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 81 | 81 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.65 |
| HSL | 0º | 0.04% | 0.33% | - |
| HSV(B) | 0º | 0.08% | 0.35% | - |
| XYZ | 8.45 | 8.55 | 8.99 | - |
| YUV | 83.09 | 126.82 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 81 | 81 | 0 | 0.08 | 0.08 | 0.65 | 0 | 0.04 | 0.33 |
| Hex | 58 | 51 | 51 | 0 | 8 | 8 | 41 | 0 | 4 | 21 |
| Octal | 130 | 121 | 121 | 0 | 10 | 10 | 101 | 0 | 4 | 41 |
| Binary | 1011000 | 1010001 | 1010001 | 0 | 1000 | 1000 | 1000001 | 0 | 100 | 100001 |
Color Harmonies of #585151
Complementary color
Monochromatic Colors of #585151
Black with #585151
Text Example
Text Example
White with #585151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585151; }
p { color: rgb(88,81,81); }
H1.HeaderClassName
{
color: #585151;
}
.AnyTagClassName
{
color: #585151;
}
</style>
background-color css
<style>
a { background-color: #585151; }
a { background-color: rgb(88,81,81); }
div.DivClassName
{
background-color: #585151;
}
.BgClassName
{
background-color: #585151;
}
</style>
border-color css
<style>
span { border-color: #585151; }
span { border-color: rgb(88,81,81); }
td.TdClassName
{
border-color: #585151;
}
.TagClassName
{
border-color: #585151;
}
</style>