#86858C

Color #86858C Grey Suit (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Suit #86858C

Tints of Grey Suit #86858C

Color information

#86858C (or 0x86858C) is unknown color: approx Grey Suit. HEX triplet: 86, 85 and 8C. RGB value is (134,133,140). Sum of RGB (Red+Green+Blue) = 134+133+140=407 (53% of max value = 765). Red value is 134 (52.73% from 255 or 32.92% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 140 - color contains mainly: blue. Hex color #86858C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86858C is #797A73. Grayscale: #868686. Windows color (decimal): -7961204 or 9209222. OLE color: 9209222.

HSL color Cylindrical-coordinate representation of color #86858C: hue angle of 248.57º degrees, saturation: 0.03, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #86858C is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB134133140-
CMYK0.040.0500.45
HSL248.57º2.95%53.53%-
HSV(B)248.57º5%54.9%-
XYZ22.9523.7428.18-
YUV134.1131.33127.93-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.92%
GREEN value IS 133 (52.34% from 255) = 32.68%
BLUE value IS 140 (55.08% from 255) = 34.40%
R=32.92%
G=32.68%
B=34.40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1341331400.040.0500.45248.572.9553.53
Hex86858C4502Df9336
Octal20620521445055371366
Binary10000110100001011000110010010101011011111100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86858C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86858C; }

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

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

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

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

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

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

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

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