#919391

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

Shades of Pewter #919391

Tints of Pewter #919391

Color information

#919391 (or 0x919391) is unknown color: approx Pewter. HEX triplet: 91, 93 and 91. RGB value is (145,147,145). Sum of RGB (Red+Green+Blue) = 145+147+145=437 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.18% from 437); Green value is 147 (57.81% from 255 or 33.64% from 437); Blue value is 145 (57.03% from 255 or 33.18% from 437); Max value from RGB is 147 - color contains mainly: green. Hex color #919391 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919391 is #6E6C6E. Grayscale: #929292. Windows color (decimal): -7236719 or 9540497. OLE color: 9540497.

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

Color convert

RGB145147145-
CMYK0.0100.010.42
HSL120º0.92%57.25%-
HSV(B)120º1.36%57.65%-
XYZ27.2228.9330.94-
YUV146.17127.34127.16-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.18%
GREEN value IS 147 (57.81% from 255) = 33.64%
BLUE value IS 145 (57.03% from 255) = 33.18%
R=33.18%
G=33.64%
B=33.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1451471450.0100.010.421200.9257.25
Hex9193911012A78139
Octal22122322110152170171
Binary10010001100100111001000110110101011110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919391; }

 p { color: rgb(145,147,145); }

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

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

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

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

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

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

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