#535050

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

Shades of Matterhorn #535050

Tints of Matterhorn #535050

Color information

#535050 (or 0x535050) is unknown color: approx Matterhorn. HEX triplet: 53, 50 and 50. RGB value is (83,80,80). Sum of RGB (Red+Green+Blue) = 83+80+80=243 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.16% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 80 (31.64% from 255 or 32.92% from 243); Max value from RGB is 83 - color contains mainly: red. Hex color #535050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535050 is #ACAFAF. Grayscale: #505050. Windows color (decimal): -11317168 or 5263443. OLE color: 5263443.

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

Color convert

RGB838080-
CMYK00.040.040.67
HSL1.84%31.96%-
HSV(B)3.61%32.55%-
XYZ7.888.168.75-
YUV80.9127.49129.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.16%
GREEN value IS 80 (31.64% from 255) = 32.92%
BLUE value IS 80 (31.64% from 255) = 32.92%
R=34.16%
G=32.92%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83808000.040.040.6701.8431.96
Hex535050044430220
Octal1231201200441030240
Binary10100111010000101000001001001000011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535050; }

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

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

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

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

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

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

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

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