#868590

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

Shades of Grey Suit #868590

Tints of Grey Suit #868590

Color information

#868590 (or 0x868590) is unknown color: approx Grey Suit. HEX triplet: 86, 85 and 90. RGB value is (134,133,144). Sum of RGB (Red+Green+Blue) = 134+133+144=411 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.60% from 411); Green value is 133 (52.34% from 255 or 32.36% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 144 - color contains mainly: blue. Hex color #868590 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868590 is #797A6F. Grayscale: #868686. Windows color (decimal): -7961200 or 9471366. OLE color: 9471366.

HSL color Cylindrical-coordinate representation of color #868590: hue angle of 245.45º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #868590 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB134133144-
CMYK0.070.0800.44
HSL245.45º4.72%54.31%-
HSV(B)245.45º7.64%56.47%-
XYZ23.2523.8629.76-
YUV134.55133.33127.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.60%
GREEN value IS 133 (52.34% from 255) = 32.36%
BLUE value IS 144 (56.64% from 255) = 35.04%
R=32.60%
G=32.36%
B=35.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1341331440.070.0800.44245.454.7254.31
Hex8685907802Cf5536
Octal206205220710054365566
Binary1000011010000101100100001111000010110011110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868590; }

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

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

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

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

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

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

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

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