#878593

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

Shades of Grey Suit #878593

Tints of Grey Suit #878593

Color information

#878593 (or 0x878593) is unknown color: approx Grey Suit. HEX triplet: 87, 85 and 93. RGB value is (135,133,147). Sum of RGB (Red+Green+Blue) = 135+133+147=415 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.53% from 415); Green value is 133 (52.34% from 255 or 32.05% from 415); Blue value is 147 (57.81% from 255 or 35.42% from 415); Max value from RGB is 147 - color contains mainly: blue. Hex color #878593 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878593 is #787A6C. Grayscale: #878787. Windows color (decimal): -7895661 or 9667975. OLE color: 9667975.

HSL color Cylindrical-coordinate representation of color #878593: hue angle of 248.57º 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 #878593 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB135133147-
CMYK0.080.1000.42
HSL248.57º6.09%54.9%-
HSV(B)248.57º9.52%57.65%-
XYZ23.6524.0331-
YUV135.19134.66127.86-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.53%
GREEN value IS 133 (52.34% from 255) = 32.05%
BLUE value IS 147 (57.81% from 255) = 35.42%
R=32.53%
G=32.05%
B=35.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1351331470.080.1000.42248.576.0954.9
Hex8785938A02Af9637
Octal2072052231012052371667
Binary10000111100001011001001110001010010101011111001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878593; }

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

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

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

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

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

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

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

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