#808890

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

Shades of Aluminium #808890

Tints of Aluminium #808890

Color information

#808890 (or 0x808890) is unknown color: approx Aluminium. HEX triplet: 80, 88 and 90. RGB value is (128,136,144). Sum of RGB (Red+Green+Blue) = 128+136+144=408 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.37% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 144 (56.64% from 255 or 35.29% from 408); Max value from RGB is 144 - color contains mainly: blue. Hex color #808890 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808890 is #7F776F. Grayscale: #868686. Windows color (decimal): -8353648 or 9472128. OLE color: 9472128.

HSL color Cylindrical-coordinate representation of color #808890: hue angle of 210º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #808890 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB128136144-
CMYK0.110.0600.44
HSL210º6.72%53.33%-
HSV(B)210º11.11%56.47%-
XYZ22.7424.2129.86-
YUV134.52133.35123.35-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.37%
GREEN value IS 136 (53.52% from 255) = 33.33%
BLUE value IS 144 (56.64% from 255) = 35.29%
R=31.37%
G=33.33%
B=35.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1281361440.110.0600.442106.7253.33
Hex808890B602Cd2735
Octal200210220136054322765
Binary1000000010001000100100001011110010110011010010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808890; }

 p { color: rgb(128,136,144); }

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

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

 a { background-color: rgb(128,136,144); }

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

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

 span { border-color: rgb(128,136,144); }

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