#858882

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

Shades of Gunsmoke #858882

Tints of Gunsmoke #858882

Color information

#858882 (or 0x858882) is unknown color: approx Gunsmoke. HEX triplet: 85, 88 and 82. RGB value is (133,136,130). Sum of RGB (Red+Green+Blue) = 133+136+130=399 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.33% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 130 (51.17% from 255 or 32.58% from 399); Max value from RGB is 136 - color contains mainly: green. Hex color #858882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858882 is #7A777D. Grayscale: #868686. Windows color (decimal): -8025982 or 8554629. OLE color: 8554629.

HSL color Cylindrical-coordinate representation of color #858882: hue angle of 90º degrees, saturation: 0.02, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #858882 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB133136130-
CMYK0.0200.040.47
HSL90º2.46%52.16%-
HSV(B)90º4.41%53.33%-
XYZ22.5124.2124.61-
YUV134.42125.51126.99-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.33%
GREEN value IS 136 (53.52% from 255) = 34.09%
BLUE value IS 130 (51.17% from 255) = 32.58%
R=33.33%
G=34.09%
B=32.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1331361300.0200.040.47902.4652.16
Hex8588822042F5a234
Octal20521020220457132264
Binary100001011000100010000010100100101111101101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858882; }

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

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

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

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

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

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

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

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