#868593

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

Shades of Grey Suit #868593

Tints of Grey Suit #868593

Color information

#868593 (or 0x868593) is unknown color: approx Grey Suit. HEX triplet: 86, 85 and 93. RGB value is (134,133,147). Sum of RGB (Red+Green+Blue) = 134+133+147=414 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.37% from 414); Green value is 133 (52.34% from 255 or 32.13% from 414); Blue value is 147 (57.81% from 255 or 35.51% from 414); Max value from RGB is 147 - color contains mainly: blue. Hex color #868593 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868593 is #797A6C. Grayscale: #868686. Windows color (decimal): -7961197 or 9667974. OLE color: 9667974.

HSL color Cylindrical-coordinate representation of color #868593: hue angle of 244.29º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #868593 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB134133147-
CMYK0.090.1000.42
HSL244.29º6.09%54.9%-
HSV(B)244.29º9.52%57.65%-
XYZ23.4923.9530.99-
YUV134.9134.83127.36-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.37%
GREEN value IS 133 (52.34% from 255) = 32.13%
BLUE value IS 147 (57.81% from 255) = 35.51%
R=32.37%
G=32.13%
B=35.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1341331470.090.1000.42244.296.0954.9
Hex8685939A02Af4637
Octal2062052231112052364667
Binary10000110100001011001001110011010010101011110100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868593; }

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

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

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

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

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

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

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

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