#585757

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

Shades of Matterhorn #585757

Tints of Matterhorn #585757

Color information

#585757 (or 0x585757) is unknown color: approx Matterhorn. HEX triplet: 58, 57 and 57. RGB value is (88,87,87). Sum of RGB (Red+Green+Blue) = 88+87+87=262 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.59% from 262); Green value is 87 (34.38% from 255 or 33.21% from 262); Blue value is 87 (34.38% from 255 or 33.21% from 262); Max value from RGB is 88 - color contains mainly: red. Hex color #585757 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585757 is #A7A8A8. Grayscale: #575757. Windows color (decimal): -10987689 or 5723992. OLE color: 5723992.

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

Color convert

RGB888787-
CMYK00.010.010.65
HSL0.57%34.31%-
HSV(B)1.14%34.51%-
XYZ9.159.5810.38-
YUV87.3127.83128.5-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.59%
GREEN value IS 87 (34.38% from 255) = 33.21%
BLUE value IS 87 (34.38% from 255) = 33.21%
R=33.59%
G=33.21%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88878700.010.010.6500.5734.31
Hex585757011410122
Octal1301271270111010142
Binary101100010101111010111011100000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585757; }

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

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

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

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

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

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

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

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