#858886

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

Shades of Blue Smoke #858886

Tints of Blue Smoke #858886

Color information

#858886 (or 0x858886) is unknown color: approx Blue Smoke. HEX triplet: 85, 88 and 86. RGB value is (133,136,134). Sum of RGB (Red+Green+Blue) = 133+136+134=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 136 (53.52% from 255 or 33.75% from 403); Blue value is 134 (52.73% from 255 or 33.25% from 403); Max value from RGB is 136 - color contains mainly: green. Hex color #858886 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858886 is #7A7779. Grayscale: #868686. Windows color (decimal): -8025978 or 8816773. OLE color: 8816773.

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

Color convert

RGB133136134-
CMYK0.0200.010.47
HSL140º1.24%52.75%-
HSV(B)140º2.21%53.33%-
XYZ22.7824.3226.05-
YUV134.88127.51126.66-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.00%
GREEN value IS 136 (53.52% from 255) = 33.75%
BLUE value IS 134 (52.73% from 255) = 33.25%
R=33.00%
G=33.75%
B=33.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1331361340.0200.010.471401.2452.75
Hex8588862012F8c135
Octal20521020620157214165
Binary1000010110001000100001101001101111100011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858886; }

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

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

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

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

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

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

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

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