#898E90

Color #898E90 Aluminium (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aluminium #898E90

Tints of Aluminium #898E90

Color information

#898E90 (or 0x898E90) is unknown color: approx Aluminium. HEX triplet: 89, 8E and 90. RGB value is (137,142,144). Sum of RGB (Red+Green+Blue) = 137+142+144=423 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.39% from 423); Green value is 142 (55.86% from 255 or 33.57% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 144 - color contains mainly: blue. Hex color #898E90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898E90 is #76716F. Grayscale: #8C8C8C. Windows color (decimal): -7762288 or 9473673. OLE color: 9473673.

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

Color convert

RGB137142144-
CMYK0.050.0100.44
HSL197.14º3.06%55.1%-
HSV(B)197.14º4.86%56.47%-
XYZ25.0226.6830.22-
YUV140.73129.84125.34-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.39%
GREEN value IS 142 (55.86% from 255) = 33.57%
BLUE value IS 144 (56.64% from 255) = 34.04%
R=32.39%
G=33.57%
B=34.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1371421440.050.0100.44197.143.0655.1
Hex898E905102Cc5337
Octal21121622051054305367
Binary100010011000111010010000101101011001100010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898E90; }

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

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

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

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

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

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

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

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