#554D4D

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

Shades of Matterhorn #554D4D

Tints of Matterhorn #554D4D

Color information

#554D4D (or 0x554D4D) is unknown color: approx Matterhorn. HEX triplet: 55, 4D and 4D. RGB value is (85,77,77). Sum of RGB (Red+Green+Blue) = 85+77+77=239 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.56% from 239); Green value is 77 (30.47% from 255 or 32.22% from 239); Blue value is 77 (30.47% from 255 or 32.22% from 239); Max value from RGB is 85 - color contains mainly: red. Hex color #554D4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554D4D is #AAB2B2. Grayscale: #4F4F4F. Windows color (decimal): -11186867 or 5066069. OLE color: 5066069.

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

Color convert

RGB857777-
CMYK00.090.090.67
HSL4.94%31.76%-
HSV(B)9.41%33.33%-
XYZ7.747.778.11-
YUV79.39126.65132-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.56%
GREEN value IS 77 (30.47% from 255) = 32.22%
BLUE value IS 77 (30.47% from 255) = 32.22%
R=35.56%
G=32.22%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85777700.090.090.6704.9431.76
Hex554D4D099430520
Octal125115115011111030540
Binary10101011001101100110101001100110000110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554D4D; }

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

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

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

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

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

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

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

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