#554C4A

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

Shades of Matterhorn #554C4A

Tints of Matterhorn #554C4A

Color information

#554C4A (or 0x554C4A) is unknown color: approx Matterhorn. HEX triplet: 55, 4C and 4A. RGB value is (85,76,74). Sum of RGB (Red+Green+Blue) = 85+76+74=235 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.17% from 235); Green value is 76 (30.08% from 255 or 32.34% from 235); Blue value is 74 (29.30% from 255 or 31.49% from 235); Max value from RGB is 85 - color contains mainly: red. Hex color #554C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554C4A is #AAB3B5. Grayscale: #4E4E4E. Windows color (decimal): -11187126 or 4869205. OLE color: 4869205.

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

Color convert

RGB857674-
CMYK00.110.130.67
HSL10.91º6.92%31.18%-
HSV(B)10.91º12.94%33.33%-
XYZ7.577.597.55-
YUV78.46125.48132.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.17%
GREEN value IS 76 (30.08% from 255) = 32.34%
BLUE value IS 74 (29.30% from 255) = 31.49%
R=36.17%
G=32.34%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85767400.110.130.6710.916.9231.18
Hex554C4A0BD43b71f
Octal1251141120131510313737
Binary1010101100110010010100101111011000011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,76,74); }

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

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

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

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

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

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

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