#565252

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

Shades of Matterhorn #565252

Tints of Matterhorn #565252

Color information

#565252 (or 0x565252) is unknown color: approx Matterhorn. HEX triplet: 56, 52 and 52. RGB value is (86,82,82). Sum of RGB (Red+Green+Blue) = 86+82+82=250 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.4% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 82 (32.42% from 255 or 32.8% from 250); Max value from RGB is 86 - color contains mainly: red. Hex color #565252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565252 is #A9ADAD. Grayscale: #535353. Windows color (decimal): -11120046 or 5395030. OLE color: 5395030.

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

Color convert

RGB868282-
CMYK00.050.050.66
HSL2.38%32.94%-
HSV(B)4.65%33.73%-
XYZ8.388.629.21-
YUV83.2127.33130-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.4%
GREEN value IS 82 (32.42% from 255) = 32.8%
BLUE value IS 82 (32.42% from 255) = 32.8%
R=34.4%
G=32.8%
B=32.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86828200.050.050.6602.3832.94
Hex565252055420221
Octal1261221220551020241
Binary10101101010010101001001011011000010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565252; }

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

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

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

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

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

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

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

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