Shades of Matterhorn #575150
Tints of Matterhorn #575150
RGB
CMYK
RGB Variations
Color information
#575150 (or 0x575150) is known color: Matterhorn. HEX triplet: 57, 51 and 50. RGB value is (87,81,80). Sum of RGB (Red+Green+Blue) = 87+81+80=248 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.08% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 80 (31.64% from 255 or 32.26% from 248); Max value from RGB is 87 - color contains mainly: red. Hex color #575150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575150 is #A8AEAF. Grayscale: #525252. Windows color (decimal): -11054768 or 5263703. OLE color: 5263703.
HSL color Cylindrical-coordinate representation of color #575150: hue angle of 8.57º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #575150 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 81 | 80 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.66 |
| HSL | 8.57º | 0.04% | 0.33% | - |
| HSV(B) | 8.57º | 0.08% | 0.34% | - |
| XYZ | 8.32 | 8.49 | 8.79 | - |
| YUV | 82.68 | 126.49 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 81 | 80 | 0 | 0.07 | 0.08 | 0.66 | 8.57 | 0.04 | 0.33 |
| Hex | 57 | 51 | 50 | 0 | 7 | 8 | 42 | 9 | 4 | 21 |
| Octal | 127 | 121 | 120 | 0 | 7 | 10 | 102 | 11 | 4 | 41 |
| Binary | 1010111 | 1010001 | 1010000 | 0 | 111 | 1000 | 1000010 | 1001 | 100 | 100001 |
Color Harmonies of #575150
Complementary color
Monochromatic Colors of #575150
Black with #575150
Text Example
Text Example
White with #575150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575150; }
p { color: rgb(87,81,80); }
H1.HeaderClassName
{
color: #575150;
}
.AnyTagClassName
{
color: #575150;
}
</style>
background-color css
<style>
a { background-color: #575150; }
a { background-color: rgb(87,81,80); }
div.DivClassName
{
background-color: #575150;
}
.BgClassName
{
background-color: #575150;
}
</style>
border-color css
<style>
span { border-color: #575150; }
span { border-color: rgb(87,81,80); }
td.TdClassName
{
border-color: #575150;
}
.TagClassName
{
border-color: #575150;
}
</style>