#595050

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

Shades of Matterhorn #595050

Tints of Matterhorn #595050

Color information

#595050 (or 0x595050) is unknown color: approx Matterhorn. HEX triplet: 59, 50 and 50. RGB value is (89,80,80). Sum of RGB (Red+Green+Blue) = 89+80+80=249 (32% of max value = 765). Red value is 89 (35.16% from 255 or 35.74% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 80 (31.64% from 255 or 32.13% from 249); Max value from RGB is 89 - color contains mainly: red. Hex color #595050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595050 is #A6AFAF. Grayscale: #525252. Windows color (decimal): -10923952 or 5263449. OLE color: 5263449.

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

Color convert

RGB898080-
CMYK00.100.100.65
HSL5.33%33.14%-
HSV(B)10.11%34.9%-
XYZ8.448.448.77-
YUV82.69126.48132.5-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 35.74%
GREEN value IS 80 (31.64% from 255) = 32.13%
BLUE value IS 80 (31.64% from 255) = 32.13%
R=35.74%
G=32.13%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89808000.100.100.6505.3333.14
Hex5950500AA410521
Octal131120120012121010541
Binary10110011010000101000001010101010000010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595050; }

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

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

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

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

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

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

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

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