#899095

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

Shades of Aluminium #899095

Tints of Aluminium #899095

Color information

#899095 (or 0x899095) is unknown color: approx Aluminium. HEX triplet: 89, 90 and 95. RGB value is (137,144,149). Sum of RGB (Red+Green+Blue) = 137+144+149=430 (56% of max value = 765). Red value is 137 (53.91% from 255 or 31.86% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 149 (58.59% from 255 or 34.65% from 430); Max value from RGB is 149 - color contains mainly: blue. Hex color #899095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899095 is #766F6A. Grayscale: #8E8E8E. Windows color (decimal): -7761771 or 9801865. OLE color: 9801865.

HSL color Cylindrical-coordinate representation of color #899095: hue angle of 205º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #899095 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB137144149-
CMYK0.080.0300.42
HSL205º5.36%56.08%-
HSV(B)205º8.05%58.43%-
XYZ25.7127.4332.37-
YUV142.48131.68124.09-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.86%
GREEN value IS 144 (56.64% from 255) = 33.49%
BLUE value IS 149 (58.59% from 255) = 34.65%
R=31.86%
G=33.49%
B=34.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1371441490.080.0300.422055.3656.08
Hex8990958302Acd538
Octal211220225103052315570
Binary100010011001000010010101100011010101011001101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899095; }

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

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

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

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

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

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

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

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