#89888E

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

Shades of Grey Suit #89888E

Tints of Grey Suit #89888E

Color information

#89888E (or 0x89888E) is unknown color: approx Grey Suit. HEX triplet: 89, 88 and 8E. RGB value is (137,136,142). Sum of RGB (Red+Green+Blue) = 137+136+142=415 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.01% from 415); Green value is 136 (53.52% from 255 or 32.77% from 415); Blue value is 142 (55.86% from 255 or 34.22% from 415); Max value from RGB is 142 - color contains mainly: blue. Hex color #89888E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89888E is #767771. Grayscale: #888888. Windows color (decimal): -7763826 or 9341065. OLE color: 9341065.

HSL color Cylindrical-coordinate representation of color #89888E: hue angle of 250º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #89888E is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB137136142-
CMYK0.040.0400.44
HSL250º2.59%54.51%-
HSV(B)250º4.23%55.69%-
XYZ2424.8829.13-
YUV136.98130.83128.01-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.01%
GREEN value IS 136 (53.52% from 255) = 32.77%
BLUE value IS 142 (55.86% from 255) = 34.22%
R=33.01%
G=32.77%
B=34.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1371361420.040.0400.442502.5954.51
Hex89888E4402Cfa337
Octal21121021644054372367
Binary10001001100010001000111010010001011001111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89888E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89888E; }

 p { color: rgb(137,136,142); }

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

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

 a { background-color: rgb(137,136,142); }

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

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

 span { border-color: rgb(137,136,142); }

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