#595252

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

Shades of Matterhorn #595252

Tints of Matterhorn #595252

Color information

#595252 (or 0x595252) is unknown color: approx Matterhorn. HEX triplet: 59, 52 and 52. RGB value is (89,82,82). Sum of RGB (Red+Green+Blue) = 89+82+82=253 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.18% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 82 (32.42% from 255 or 32.41% from 253); Max value from RGB is 89 - color contains mainly: red. Hex color #595252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595252 is #A6ADAD. Grayscale: #545454. Windows color (decimal): -10923438 or 5395033. OLE color: 5395033.

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

Color convert

RGB898282-
CMYK00.080.080.65
HSL4.09%33.53%-
HSV(B)7.87%34.9%-
XYZ8.668.779.22-
YUV84.09126.82131.5-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 35.18%
GREEN value IS 82 (32.42% from 255) = 32.41%
BLUE value IS 82 (32.42% from 255) = 32.41%
R=35.18%
G=32.41%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89828200.080.080.6504.0933.53
Hex595252088410422
Octal131122122010101010442
Binary10110011010010101001001000100010000010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595252; }

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

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

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

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

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

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

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

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