#555555

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

Shades of Matterhorn #555555

Tints of Matterhorn #555555

Color information

#555555 (or 0x555555) is unknown color: approx Matterhorn. HEX triplet: 55, 55 and 55. RGB value is (85,85,85). Sum of RGB (Red+Green+Blue) = 85+85+85=255 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.33% from 255); Green value is 85 (33.59% from 255 or 33.33% from 255); Blue value is 85 (33.59% from 255 or 33.33% from 255); Max value from RGB is 85 - color contains mainly: red, green, blue. Hex color #555555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555555 is #AAAAAA. Grayscale: #555555. Windows color (decimal): -11184811 or 5592405. OLE color: 5592405.

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

Color convert

RGB858585-
CMYK0000.67
HSL0%33.33%-
HSV(B)0%33.33%-
XYZ8.639.089.89-
YUV85128128-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.33%
GREEN value IS 85 (33.59% from 255) = 33.33%
BLUE value IS 85 (33.59% from 255) = 33.33%
R=33.33%
G=33.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8585850000.670033.33
Hex555555000430021
Octal1251251250001030041
Binary101010110101011010101000100001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555555; }

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

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

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

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

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

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

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

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