#858880

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

Shades of Gunsmoke #858880

Tints of Gunsmoke #858880

Color information

#858880 (or 0x858880) is unknown color: approx Gunsmoke. HEX triplet: 85, 88 and 80. RGB value is (133,136,128). Sum of RGB (Red+Green+Blue) = 133+136+128=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 136 - color contains mainly: green. Hex color #858880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858880 is #7A777F. Grayscale: #868686. Windows color (decimal): -8025984 or 8423557. OLE color: 8423557.

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

Color convert

RGB133136128-
CMYK0.0200.060.47
HSL82.5º3.25%51.76%-
HSV(B)82.5º5.88%53.33%-
XYZ22.3724.1523.9-
YUV134.19124.51127.15-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.50%
GREEN value IS 136 (53.52% from 255) = 34.26%
BLUE value IS 128 (50.39% from 255) = 32.24%
R=33.50%
G=34.26%
B=32.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1331361280.0200.060.4782.53.2551.76
Hex8588802062F52334
Octal20521020020657122364
Binary100001011000100010000000100110101111101001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858880; }

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

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

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

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

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

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

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

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