#919892

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

Shades of Pewter #919892

Tints of Pewter #919892

Color information

#919892 (or 0x919892) is unknown color: approx Pewter. HEX triplet: 91, 98 and 92. RGB value is (145,152,146). Sum of RGB (Red+Green+Blue) = 145+152+146=443 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.73% from 443); Green value is 152 (59.77% from 255 or 34.31% from 443); Blue value is 146 (57.42% from 255 or 32.96% from 443); Max value from RGB is 152 - color contains mainly: green. Hex color #919892 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919892 is #6E676D. Grayscale: #959595. Windows color (decimal): -7235438 or 9607313. OLE color: 9607313.

HSL color Cylindrical-coordinate representation of color #919892: hue angle of 128.57º degrees, saturation: 0.03, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #919892 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.40.

Color convert

RGB145152146-
CMYK0.0500.040.40
HSL128.57º3.29%58.24%-
HSV(B)128.57º4.61%59.61%-
XYZ28.0930.5531.61-
YUV149.22126.18124.99-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.73%
GREEN value IS 152 (59.77% from 255) = 34.31%
BLUE value IS 146 (57.42% from 255) = 32.96%
R=32.73%
G=34.31%
B=32.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1451521460.0500.040.40128.573.2958.24
Hex919892504288133a
Octal22123022250450201372
Binary10010001100110001001001010101001010001000000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919892; }

 p { color: rgb(145,152,146); }

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

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

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

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

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

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

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