Shades of Matterhorn #575151
Tints of Matterhorn #575151
RGB
CMYK
RGB Variations
Color information
#575151 (or 0x575151) is known color: Matterhorn. HEX triplet: 57, 51 and 51. RGB value is (87,81,81). Sum of RGB (Red+Green+Blue) = 87+81+81=249 (32% of max value = 765). Red value is 87 (34.38% from 255 or 34.94% from 249); Green value is 81 (32.03% from 255 or 32.53% from 249); Blue value is 81 (32.03% from 255 or 32.53% from 249); Max value from RGB is 87 - color contains mainly: red. Hex color #575151 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575151 is #A8AEAE. Grayscale: #525252. Windows color (decimal): -11054767 or 5329239. OLE color: 5329239.
HSL color Cylindrical-coordinate representation of color #575151: hue angle of 0º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #575151 is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.66.
Color convert
RGB | 87 | 81 | 81 | - |
CMYK | 0 | 0.07 | 0.07 | 0.66 |
HSL | 0º | 0.04% | 0.33% | - |
HSV(B) | 0º | 0.07% | 0.34% | - |
XYZ | 8.36 | 8.51 | 8.99 | - |
YUV | 82.79 | 126.99 | 131 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 87 | 81 | 81 | 0 | 0.07 | 0.07 | 0.66 | 0 | 0.04 | 0.33 |
Hex | 57 | 51 | 51 | 0 | 7 | 7 | 42 | 0 | 4 | 21 |
Octal | 127 | 121 | 121 | 0 | 7 | 7 | 102 | 0 | 4 | 41 |
Binary | 1010111 | 1010001 | 1010001 | 0 | 111 | 111 | 1000010 | 0 | 100 | 100001 |
Color Harmonies of #575151
Complementary color
Monochromatic Colors of #575151
Black with #575151
Text Example
Text Example
White with #575151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575151; }
p { color: rgb(87,81,81); }
H1.HeaderClassName
{
color: #575151;
}
.AnyTagClassName
{
color: #575151;
}
</style>
background-color css
<style>
a { background-color: #575151; }
a { background-color: rgb(87,81,81); }
div.DivClassName
{
background-color: #575151;
}
.BgClassName
{
background-color: #575151;
}
</style>
border-color css
<style>
span { border-color: #575151; }
span { border-color: rgb(87,81,81); }
td.TdClassName
{
border-color: #575151;
}
.TagClassName
{
border-color: #575151;
}
</style>