#565555

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

Shades of Matterhorn #565555

Tints of Matterhorn #565555

Color information

#565555 (or 0x565555) is unknown color: approx Matterhorn. HEX triplet: 56, 55 and 55. RGB value is (86,85,85). Sum of RGB (Red+Green+Blue) = 86+85+85=256 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.59% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 85 (33.59% from 255 or 33.20% from 256); Max value from RGB is 86 - color contains mainly: red. Hex color #565555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565555 is #A9AAAA. Grayscale: #555555. Windows color (decimal): -11119275 or 5592406. OLE color: 5592406.

HSL color Cylindrical-coordinate representation of color #565555: 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 #565555 is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.66.

Color convert

RGB868585-
CMYK00.010.010.66
HSL0.58%33.53%-
HSV(B)1.16%33.73%-
XYZ8.739.139.9-
YUV85.3127.83128.5-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.59%
GREEN value IS 85 (33.59% from 255) = 33.20%
BLUE value IS 85 (33.59% 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
Decimal86858500.010.010.6600.5833.53
Hex565555011420122
Octal1261251250111020142
Binary101011010101011010101011100001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565555; }

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

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

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

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

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

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

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

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