#575555

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

Shades of Matterhorn #575555

Tints of Matterhorn #575555

Color information

#575555 (or 0x575555) is unknown color: approx Matterhorn. HEX triplet: 57, 55 and 55. RGB value is (87,85,85). Sum of RGB (Red+Green+Blue) = 87+85+85=257 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.85% from 257); Green value is 85 (33.59% from 255 or 33.07% from 257); Blue value is 85 (33.59% from 255 or 33.07% from 257); Max value from RGB is 87 - color contains mainly: red. Hex color #575555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575555 is #A8AAAA. Grayscale: #555555. Windows color (decimal): -11053739 or 5592407. OLE color: 5592407.

HSL color Cylindrical-coordinate representation of color #575555: 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.02%. Process color model (Four color, CMYK) of #575555 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.66.

Color convert

RGB878585-
CMYK00.020.020.66
HSL1.16%33.73%-
HSV(B)2.3%34.12%-
XYZ8.829.189.9-
YUV85.6127.66129-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.85%
GREEN value IS 85 (33.59% from 255) = 33.07%
BLUE value IS 85 (33.59% from 255) = 33.07%
R=33.85%
G=33.07%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87858500.020.020.6601.1633.73
Hex575555022420122
Octal1271251250221020142
Binary10101111010101101010101010100001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575555; }

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

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

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

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

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

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

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

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