#535252

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

Shades of Matterhorn #535252

Tints of Matterhorn #535252

Color information

#535252 (or 0x535252) is unknown color: approx Matterhorn. HEX triplet: 53, 52 and 52. RGB value is (83,82,82). Sum of RGB (Red+Green+Blue) = 83+82+82=247 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.60% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 83 - color contains mainly: red. Hex color #535252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535252 is #ACADAD. Grayscale: #525252. Windows color (decimal): -11316654 or 5395027. OLE color: 5395027.

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

Color convert

RGB838282-
CMYK00.010.010.67
HSL0.61%32.35%-
HSV(B)1.2%32.55%-
XYZ8.118.489.19-
YUV82.3127.83128.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.60%
GREEN value IS 82 (32.42% from 255) = 33.20%
BLUE value IS 82 (32.42% from 255) = 33.20%
R=33.60%
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.67
SystemRedGreenBlueCMYKHSL
Decimal83828200.010.010.6700.6132.35
Hex535252011430120
Octal1231221220111030140
Binary101001110100101010010011100001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535252; }

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

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

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

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

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

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

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

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