#898496

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

Shades of Grey Suit #898496

Tints of Grey Suit #898496

Color information

#898496 (or 0x898496) is unknown color: approx Grey Suit. HEX triplet: 89, 84 and 96. RGB value is (137,132,150). Sum of RGB (Red+Green+Blue) = 137+132+150=419 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.70% from 419); Green value is 132 (51.95% from 255 or 31.50% from 419); Blue value is 150 (58.98% from 255 or 35.80% from 419); Max value from RGB is 150 - color contains mainly: blue. Hex color #898496 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898496 is #767B69. Grayscale: #878787. Windows color (decimal): -7764842 or 9864329. OLE color: 9864329.

HSL color Cylindrical-coordinate representation of color #898496: hue angle of 256.67º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #898496 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB137132150-
CMYK0.090.1200.41
HSL256.67º7.89%55.29%-
HSV(B)256.67º12%58.82%-
XYZ24.0724.0232.22-
YUV135.55136.16129.04-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.70%
GREEN value IS 132 (51.95% from 255) = 31.50%
BLUE value IS 150 (58.98% from 255) = 35.80%
R=32.70%
G=31.50%
B=35.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1371321500.090.1200.41256.677.8955.29
Hex8984969C029101837
Octal21120422611140514011067
Binary1000100110000100100101101001110001010011000000011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898496; }

 p { color: rgb(137,132,150); }

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

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

 a { background-color: rgb(137,132,150); }

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

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

 span { border-color: rgb(137,132,150); }

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