#899297

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

Shades of Aluminium #899297

Tints of Aluminium #899297

Color information

#899297 (or 0x899297) is unknown color: approx Aluminium. HEX triplet: 89, 92 and 97. RGB value is (137,146,151). Sum of RGB (Red+Green+Blue) = 137+146+151=434 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.57% from 434); Green value is 146 (57.42% from 255 or 33.64% from 434); Blue value is 151 (59.38% from 255 or 34.79% from 434); Max value from RGB is 151 - color contains mainly: blue. Hex color #899297 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899297 is #766D68. Grayscale: #8F8F8F. Windows color (decimal): -7761257 or 9933449. OLE color: 9933449.

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

Color convert

RGB137146151-
CMYK0.090.0300.41
HSL201.43º6.31%56.47%-
HSV(B)201.43º9.27%59.22%-
XYZ26.1828.1133.32-
YUV143.88132.02123.09-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.57%
GREEN value IS 146 (57.42% from 255) = 33.64%
BLUE value IS 151 (59.38% from 255) = 34.79%
R=31.57%
G=33.64%
B=34.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1371461510.090.0300.41201.436.3156.47
Hex89929793029c9638
Octal211222227113051311670
Binary100010011001001010010111100111010100111001001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899297; }

 p { color: rgb(137,146,151); }

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

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

 a { background-color: rgb(137,146,151); }

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

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

 span { border-color: rgb(137,146,151); }

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