Shades of Matterhorn #575050
Tints of Matterhorn #575050
RGB
CMYK
RGB Variations
Color information
#575050 (or 0x575050) is known color: Matterhorn. HEX triplet: 57, 50 and 50. RGB value is (87,80,80). Sum of RGB (Red+Green+Blue) = 87+80+80=247 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.22% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 80 (31.64% from 255 or 32.39% from 247); Max value from RGB is 87 - color contains mainly: red. Hex color #575050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575050 is #A8AFAF. Grayscale: #525252. Windows color (decimal): -11055024 or 5263447. OLE color: 5263447.
HSL color Cylindrical-coordinate representation of color #575050: 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.08%. Process color model (Four color, CMYK) of #575050 is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 80 | 80 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.66 |
| HSL | 0º | 0.04% | 0.33% | - |
| HSV(B) | 0º | 0.08% | 0.34% | - |
| XYZ | 8.25 | 8.34 | 8.77 | - |
| YUV | 82.09 | 126.82 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 80 | 80 | 0 | 0.08 | 0.08 | 0.66 | 0 | 0.04 | 0.33 |
| Hex | 57 | 50 | 50 | 0 | 8 | 8 | 42 | 0 | 4 | 21 |
| Octal | 127 | 120 | 120 | 0 | 10 | 10 | 102 | 0 | 4 | 41 |
| Binary | 1010111 | 1010000 | 1010000 | 0 | 1000 | 1000 | 1000010 | 0 | 100 | 100001 |
Color Harmonies of #575050
Complementary color
Monochromatic Colors of #575050
Black with #575050
Text Example
Text Example
White with #575050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575050; }
p { color: rgb(87,80,80); }
H1.HeaderClassName
{
color: #575050;
}
.AnyTagClassName
{
color: #575050;
}
</style>
background-color css
<style>
a { background-color: #575050; }
a { background-color: rgb(87,80,80); }
div.DivClassName
{
background-color: #575050;
}
.BgClassName
{
background-color: #575050;
}
</style>
border-color css
<style>
span { border-color: #575050; }
span { border-color: rgb(87,80,80); }
td.TdClassName
{
border-color: #575050;
}
.TagClassName
{
border-color: #575050;
}
</style>