#585656

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

Shades of Matterhorn #585656

Tints of Matterhorn #585656

Color information

#585656 (or 0x585656) is unknown color: approx Matterhorn. HEX triplet: 58, 56 and 56. RGB value is (88,86,86). Sum of RGB (Red+Green+Blue) = 88+86+86=260 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.85% from 260); Green value is 86 (33.98% from 255 or 33.08% from 260); Blue value is 86 (33.98% from 255 or 33.08% from 260); Max value from RGB is 88 - color contains mainly: red. Hex color #585656 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585656 is #A7A9A9. Grayscale: #565656. Windows color (decimal): -10987946 or 5658200. OLE color: 5658200.

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

Color convert

RGB888686-
CMYK00.020.020.65
HSL1.15%34.12%-
HSV(B)2.27%34.51%-
XYZ9.039.410.14-
YUV86.6127.66129-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.85%
GREEN value IS 86 (33.98% from 255) = 33.08%
BLUE value IS 86 (33.98% from 255) = 33.08%
R=33.85%
G=33.08%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88868600.020.020.6501.1534.12
Hex585656022410122
Octal1301261260221010142
Binary10110001010110101011001010100000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585656; }

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

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

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

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

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

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

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

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