#555454

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

Shades of Matterhorn #555454

Tints of Matterhorn #555454

Color information

#555454 (or 0x555454) is unknown color: approx Matterhorn. HEX triplet: 55, 54 and 54. RGB value is (85,84,84). Sum of RGB (Red+Green+Blue) = 85+84+84=253 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.60% from 253); Green value is 84 (33.20% from 255 or 33.20% from 253); Blue value is 84 (33.20% from 255 or 33.20% from 253); Max value from RGB is 85 - color contains mainly: red. Hex color #555454 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555454 is #AAABAB. Grayscale: #545454. Windows color (decimal): -11185068 or 5526613. OLE color: 5526613.

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

Color convert

RGB858484-
CMYK00.010.010.67
HSL0.59%33.14%-
HSV(B)1.18%33.33%-
XYZ8.528.919.66-
YUV84.3127.83128.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.60%
GREEN value IS 84 (33.20% from 255) = 33.20%
BLUE value IS 84 (33.20% from 255) = 33.20%
R=33.60%
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.67
SystemRedGreenBlueCMYKHSL
Decimal85848400.010.010.6700.5933.14
Hex555454011430121
Octal1251241240111030141
Binary101010110101001010100011100001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555454; }

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

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

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

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

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

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

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

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