#899092

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

Shades of Aluminium #899092

Tints of Aluminium #899092

Color information

#899092 (or 0x899092) is unknown color: approx Aluminium. HEX triplet: 89, 90 and 92. RGB value is (137,144,146). Sum of RGB (Red+Green+Blue) = 137+144+146=427 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.08% from 427); Green value is 144 (56.64% from 255 or 33.72% from 427); Blue value is 146 (57.42% from 255 or 34.19% from 427); Max value from RGB is 146 - color contains mainly: blue. Hex color #899092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899092 is #766F6D. Grayscale: #8E8E8E. Windows color (decimal): -7761774 or 9605257. OLE color: 9605257.

HSL color Cylindrical-coordinate representation of color #899092: hue angle of 193.33º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #899092 is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB137144146-
CMYK0.060.0100.43
HSL193.33º3.96%55.49%-
HSV(B)193.33º6.16%57.25%-
XYZ25.4827.3431.13-
YUV142.14130.18124.34-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.08%
GREEN value IS 144 (56.64% from 255) = 33.72%
BLUE value IS 146 (57.42% from 255) = 34.19%
R=32.08%
G=33.72%
B=34.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1371441460.060.0100.43193.333.9655.49
Hex8990926102Bc1437
Octal21122022261053301467
Binary1000100110010000100100101101010101111000001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899092; }

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

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

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

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

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

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

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

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