Shades of Matterhorn #575757
Tints of Matterhorn #575757
RGB
CMYK
RGB Variations
Color information
#575757 (or 0x575757) is known color: Matterhorn. HEX triplet: 57, 57 and 57. RGB value is (87,87,87). Sum of RGB (Red+Green+Blue) = 87+87+87=261 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.33% from 261); Green value is 87 (34.38% from 255 or 33.33% from 261); Blue value is 87 (34.38% from 255 or 33.33% from 261); Max value from RGB is 87 - color contains mainly: red, green, blue. Hex color #575757 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575757 is #A8A8A8. Grayscale: #575757. Windows color (decimal): -11053225 or 5723991. OLE color: 5723991.
HSL color Cylindrical-coordinate representation of color #575757: hue angle of 0º degrees, saturation: 0, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0%. Process color model (Four color, CMYK) of #575757 is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
RGB | 87 | 87 | 87 | - |
CMYK | 0 | 0 | 0 | 0.66 |
HSL | 0º | 0% | 0.34% | - |
HSV(B) | 0º | 0% | 0.34% | - |
XYZ | 9.06 | 9.53 | 10.38 | - |
YUV | 87 | 128 | 128 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 87 | 87 | 87 | 0 | 0 | 0 | 0.66 | 0 | 0 | 0.34 |
Hex | 57 | 57 | 57 | 0 | 0 | 0 | 42 | 0 | 0 | 22 |
Octal | 127 | 127 | 127 | 0 | 0 | 0 | 102 | 0 | 0 | 42 |
Binary | 1010111 | 1010111 | 1010111 | 0 | 0 | 0 | 1000010 | 0 | 0 | 100010 |
Color Harmonies of #575757
Complementary color
Monochromatic Colors of #575757
Black with #575757
Text Example
Text Example
White with #575757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575757; }
p { color: rgb(87,87,87); }
H1.HeaderClassName
{
color: #575757;
}
.AnyTagClassName
{
color: #575757;
}
</style>
background-color css
<style>
a { background-color: #575757; }
a { background-color: rgb(87,87,87); }
div.DivClassName
{
background-color: #575757;
}
.BgClassName
{
background-color: #575757;
}
</style>
border-color css
<style>
span { border-color: #575757; }
span { border-color: rgb(87,87,87); }
td.TdClassName
{
border-color: #575757;
}
.TagClassName
{
border-color: #575757;
}
</style>