#575757

Color #575757 Matterhorn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Matterhorn #575757

Tints of Matterhorn #575757

Color information

#575757 (or 0x575757) is unknown color: approx 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

RGB878787-
CMYK0000.66
HSL0%34.12%-
HSV(B)0%34.12%-
XYZ9.069.5310.38-
YUV87128128-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 87 (34.38% from 255) = 33.33%
GREEN value IS 87 (34.38% from 255) = 33.33%
BLUE value IS 87 (34.38% from 255) = 33.33%
R=33.33%
G=33.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8787870000.660034.12
Hex575757000420022
Octal1271271270001020042
Binary101011110101111010111000100001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>