#575656

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

Shades of Matterhorn #575656

Tints of Matterhorn #575656

Color information

#575656 (or 0x575656) is unknown color: approx Matterhorn. HEX triplet: 57, 56 and 56. RGB value is (87,86,86). Sum of RGB (Red+Green+Blue) = 87+86+86=259 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.59% from 259); Green value is 86 (33.98% from 255 or 33.20% from 259); Blue value is 86 (33.98% from 255 or 33.20% from 259); Max value from RGB is 87 - color contains mainly: red. Hex color #575656 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575656 is #A8A9A9. Grayscale: #565656. Windows color (decimal): -11053482 or 5658199. OLE color: 5658199.

HSL color Cylindrical-coordinate representation of color #575656: hue angle of 0º degrees, saturation: 0.01, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #575656 is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.66.

Color convert

RGB878686-
CMYK00.010.010.66
HSL0.58%33.92%-
HSV(B)1.15%34.12%-
XYZ8.949.3510.14-
YUV86.3127.83128.5-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.59%
GREEN value IS 86 (33.98% from 255) = 33.20%
BLUE value IS 86 (33.98% from 255) = 33.20%
R=33.59%
G=33.20%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87868600.010.010.6600.5833.92
Hex575656011420122
Octal1271261260111020142
Binary101011110101101010110011100001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575656; }

 p { color: rgb(87,86,86); }

 H1.HeaderClassName
 {
   color: #575656;
 }
 .AnyTagClassName
 {
   color: #575656;
 }
</style>
background-color css

<style>
 a { background-color: #575656; }

 a { background-color: rgb(87,86,86); }

 div.DivClassName
 {
   background-color: #575656;
 }
 .BgClassName
 {
   background-color: #575656;
 }
</style>
border-color css

<style>
 span { border-color: #575656; }

 span { border-color: rgb(87,86,86); }

 td.TdClassName
 {
   border-color: #575656;
 }
 .TagClassName
 {
   border-color: #575656;
 }
</style>