#85A582

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

Shades of Pewter #85A582

Tints of Pewter #85A582

Color information

#85A582 (or 0x85A582) is unknown color: approx Pewter. HEX triplet: 85, A5 and 82. RGB value is (133,165,130). Sum of RGB (Red+Green+Blue) = 133+165+130=428 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.07% from 428); Green value is 165 (64.84% from 255 or 38.55% from 428); Blue value is 130 (51.17% from 255 or 30.37% from 428); Max value from RGB is 165 - color contains mainly: green. Hex color #85A582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A582 is #7A5A7D. Grayscale: #979797. Windows color (decimal): -8018558 or 8562053. OLE color: 8562053.

HSL color Cylindrical-coordinate representation of color #85A582: hue angle of 114.86º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #85A582 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB133165130-
CMYK0.1900.210.35
HSL114.86º16.28%57.84%-
HSV(B)114.86º21.21%64.71%-
XYZ27.1633.5126.16-
YUV151.44115.9114.85-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.07%
GREEN value IS 165 (64.84% from 255) = 38.55%
BLUE value IS 130 (51.17% from 255) = 30.37%
R=31.07%
G=38.55%
B=30.37%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1331651300.1900.210.35114.8616.2857.84
Hex85A582130152373103a
Octal20524520223025431632072
Binary10000101101001011000001010011010101100011111001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85A582; }

 p { color: rgb(133,165,130); }

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

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

 a { background-color: rgb(133,165,130); }

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

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

 span { border-color: rgb(133,165,130); }

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