#93A594

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

Shades of Pewter #93A594

Tints of Pewter #93A594

Color information

#93A594 (or 0x93A594) is unknown color: approx Pewter. HEX triplet: 93, A5 and 94. RGB value is (147,165,148). Sum of RGB (Red+Green+Blue) = 147+165+148=460 (60% of max value = 765). Red value is 147 (57.81% from 255 or 31.96% from 460); Green value is 165 (64.84% from 255 or 35.87% from 460); Blue value is 148 (58.20% from 255 or 32.17% from 460); Max value from RGB is 165 - color contains mainly: green. Hex color #93A594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A594 is #6C5A6B. Grayscale: #9D9D9D. Windows color (decimal): -7101036 or 9741715. OLE color: 9741715.

HSL color Cylindrical-coordinate representation of color #93A594: hue angle of 123.33º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #93A594 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB147165148-
CMYK0.1100.100.35
HSL123.33º9.09%61.18%-
HSV(B)123.33º10.91%64.71%-
XYZ30.8335.2533.2-
YUV157.68122.54120.38-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.96%
GREEN value IS 165 (64.84% from 255) = 35.87%
BLUE value IS 148 (58.20% from 255) = 32.17%
R=31.96%
G=35.87%
B=32.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1471651480.1100.100.35123.339.0961.18
Hex93A594B0A237b93d
Octal22324522413012431731175
Binary10010011101001011001010010110101010001111110111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93A594; }

 p { color: rgb(147,165,148); }

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

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

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

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

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

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

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