#555050

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

Shades of Matterhorn #555050

Tints of Matterhorn #555050

Color information

#555050 (or 0x555050) is unknown color: approx Matterhorn. HEX triplet: 55, 50 and 50. RGB value is (85,80,80). Sum of RGB (Red+Green+Blue) = 85+80+80=245 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.69% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 80 (31.64% from 255 or 32.65% from 245); Max value from RGB is 85 - color contains mainly: red. Hex color #555050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555050 is #AAAFAF. Grayscale: #515151. Windows color (decimal): -11186096 or 5263445. OLE color: 5263445.

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

Color convert

RGB858080-
CMYK00.060.060.67
HSL3.03%32.35%-
HSV(B)5.88%33.33%-
XYZ8.068.258.76-
YUV81.5127.16130.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.69%
GREEN value IS 80 (31.64% from 255) = 32.65%
BLUE value IS 80 (31.64% from 255) = 32.65%
R=34.69%
G=32.65%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85808000.060.060.6703.0332.35
Hex555050066430320
Octal1251201200661030340
Binary10101011010000101000001101101000011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555050; }

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

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

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

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

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

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

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

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