Html Css Color HEX #898E90 Aluminium

📋 copy color: '#898E90'

red 137 ◦ green 142 ◦ blue 144

#898E90
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aluminium #898E90

Tints of Aluminium #898E90

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 value IS 0.05

 M value IS 0.01

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#898E90 (or 0x898E90) is known color: 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

RGB 137 142 144 -
CMYK 0.05 0.01 0 0.44
HSL 197.14º 0.03% 0.55% -
HSV(B) 197.14º 0.05% 0.56% -
XYZ 25.02 26.68 30.22 -
YUV 140.73 129.84 125.34 -
System Red Green Blue C M Y K H S L
Decimal 137 142 144 0.05 0.01 0 0.44 197.14 0.03 0.55
Hex 89 8E 90 5 1 0 2C C5 3 37
Octal 211 216 220 5 1 0 54 305 3 67
Binary 10001001 10001110 10010000 101 1 0 101100 11000101 11 110111

Color Harmonies of #898E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898E90

Black with #898E90

Text Example


Text Example

White with #898E90

Text Example


Text Example

HTML Codes & Css Web 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>