#515050

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

Shades of Matterhorn #515050

Tints of Matterhorn #515050

Color information

#515050 (or 0x515050) is unknown color: approx Matterhorn. HEX triplet: 51, 50 and 50. RGB value is (81,80,80). Sum of RGB (Red+Green+Blue) = 81+80+80=241 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.61% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 80 (31.64% from 255 or 33.20% from 241); Max value from RGB is 81 - color contains mainly: red. Hex color #515050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515050 is #AEAFAF. Grayscale: #505050. Windows color (decimal): -11448240 or 5263441. OLE color: 5263441.

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

Color convert

RGB818080-
CMYK00.010.010.68
HSL0.62%31.57%-
HSV(B)1.23%31.76%-
XYZ7.718.078.74-
YUV80.3127.83128.5-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.61%
GREEN value IS 80 (31.64% from 255) = 33.20%
BLUE value IS 80 (31.64% from 255) = 33.20%
R=33.61%
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.68
SystemRedGreenBlueCMYKHSL
Decimal81808000.010.010.6800.6231.57
Hex515050011440120
Octal1211201200111040140
Binary101000110100001010000011100010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515050; }

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

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

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

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

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

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

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

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