#859C85

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

Shades of Pewter #859C85

Tints of Pewter #859C85

Color information

#859C85 (or 0x859C85) is unknown color: approx Pewter. HEX triplet: 85, 9C and 85. RGB value is (133,156,133). Sum of RGB (Red+Green+Blue) = 133+156+133=422 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.52% from 422); Green value is 156 (61.33% from 255 or 36.97% from 422); Blue value is 133 (52.34% from 255 or 31.52% from 422); Max value from RGB is 156 - color contains mainly: green. Hex color #859C85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859C85 is #7A637A. Grayscale: #929292. Windows color (decimal): -8020859 or 8756357. OLE color: 8756357.

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

Color convert

RGB133156133-
CMYK0.1500.150.39
HSL120º10.41%56.67%-
HSV(B)120º14.74%61.18%-
XYZ25.7930.4626.71-
YUV146.5120.38118.37-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.52%
GREEN value IS 156 (61.33% from 255) = 36.97%
BLUE value IS 133 (52.34% from 255) = 31.52%
R=31.52%
G=36.97%
B=31.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1331561330.1500.150.3912010.4156.67
Hex859C85F0F2778a39
Octal20523420517017471701271
Binary10000101100111001000010111110111110011111110001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859C85; }

 p { color: rgb(133,156,133); }

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

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

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

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

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

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

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