#89958A

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

Shades of Pewter #89958A

Tints of Pewter #89958A

Color information

#89958A (or 0x89958A) is unknown color: approx Pewter. HEX triplet: 89, 95 and 8A. RGB value is (137,149,138). Sum of RGB (Red+Green+Blue) = 137+149+138=424 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.31% from 424); Green value is 149 (58.59% from 255 or 35.14% from 424); Blue value is 138 (54.30% from 255 or 32.55% from 424); Max value from RGB is 149 - color contains mainly: green. Hex color #89958A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89958A is #766A75. Grayscale: #909090. Windows color (decimal): -7760502 or 9082249. OLE color: 9082249.

HSL color Cylindrical-coordinate representation of color #89958A: hue angle of 125º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #89958A is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB137149138-
CMYK0.0800.070.42
HSL125º5.36%56.08%-
HSV(B)125º8.05%58.43%-
XYZ25.6528.6528.22-
YUV144.16124.52122.89-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.31%
GREEN value IS 149 (58.59% from 255) = 35.14%
BLUE value IS 138 (54.30% from 255) = 32.55%
R=32.31%
G=35.14%
B=32.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1371491380.0800.070.421255.3656.08
Hex89958A8072A7d538
Octal211225212100752175570
Binary100010011001010110001010100001111010101111101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89958A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89958A; }

 p { color: rgb(137,149,138); }

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

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

 a { background-color: rgb(137,149,138); }

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

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

 span { border-color: rgb(137,149,138); }

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