#888593

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

Shades of Grey Suit #888593

Tints of Grey Suit #888593

Color information

#888593 (or 0x888593) is unknown color: approx Grey Suit. HEX triplet: 88, 85 and 93. RGB value is (136,133,147). Sum of RGB (Red+Green+Blue) = 136+133+147=416 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.69% from 416); Green value is 133 (52.34% from 255 or 31.97% from 416); Blue value is 147 (57.81% from 255 or 35.34% from 416); Max value from RGB is 147 - color contains mainly: blue. Hex color #888593 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888593 is #777A6C. Grayscale: #878787. Windows color (decimal): -7830125 or 9667976. OLE color: 9667976.

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

Color convert

RGB136133147-
CMYK0.070.1000.42
HSL252.86º6.09%54.9%-
HSV(B)252.86º9.52%57.65%-
XYZ23.8124.1231-
YUV135.49134.49128.36-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.69%
GREEN value IS 133 (52.34% from 255) = 31.97%
BLUE value IS 147 (57.81% from 255) = 35.34%
R=32.69%
G=31.97%
B=35.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1361331470.070.1000.42252.866.0954.9
Hex8885937A02Afd637
Octal210205223712052375667
Binary1000100010000101100100111111010010101011111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888593; }

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

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

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

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

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

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

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

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