#899298

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

Shades of Aluminium #899298

Tints of Aluminium #899298

Color information

#899298 (or 0x899298) is unknown color: approx Aluminium. HEX triplet: 89, 92 and 98. RGB value is (137,146,152). Sum of RGB (Red+Green+Blue) = 137+146+152=435 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.49% from 435); Green value is 146 (57.42% from 255 or 33.56% from 435); Blue value is 152 (59.77% from 255 or 34.94% from 435); Max value from RGB is 152 - color contains mainly: blue. Hex color #899298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899298 is #766D67. Grayscale: #8F8F8F. Windows color (decimal): -7761256 or 9998985. OLE color: 9998985.

HSL color Cylindrical-coordinate representation of color #899298: hue angle of 204º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #899298 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB137146152-
CMYK0.100.0400.40
HSL204º6.79%56.67%-
HSV(B)204º9.87%59.61%-
XYZ26.2628.1433.75-
YUV143.99132.52123.01-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.49%
GREEN value IS 146 (57.42% from 255) = 33.56%
BLUE value IS 152 (59.77% from 255) = 34.94%
R=31.49%
G=33.56%
B=34.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1371461520.100.0400.402046.7956.67
Hex899298A4028cc739
Octal211222230124050314771
Binary1000100110010010100110001010100010100011001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899298; }

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

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

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

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

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

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

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

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