#80888C

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

Shades of Aluminium #80888C

Tints of Aluminium #80888C

Color information

#80888C (or 0x80888C) is unknown color: approx Aluminium. HEX triplet: 80, 88 and 8C. RGB value is (128,136,140). Sum of RGB (Red+Green+Blue) = 128+136+140=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 136 (53.52% from 255 or 33.66% from 404); Blue value is 140 (55.08% from 255 or 34.65% from 404); Max value from RGB is 140 - color contains mainly: blue. Hex color #80888C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80888C is #7F7773. Grayscale: #868686. Windows color (decimal): -8353652 or 9209984. OLE color: 9209984.

HSL color Cylindrical-coordinate representation of color #80888C: hue angle of 200º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #80888C is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB128136140-
CMYK0.090.0300.45
HSL200º4.96%52.55%-
HSV(B)200º8.57%54.9%-
XYZ22.4424.0928.28-
YUV134.06131.35123.67-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.68%
GREEN value IS 136 (53.52% from 255) = 33.66%
BLUE value IS 140 (55.08% from 255) = 34.65%
R=31.68%
G=33.66%
B=34.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1281361400.090.0300.452004.9652.55
Hex80888C9302Dc8535
Octal200210214113055310565
Binary100000001000100010001100100111010110111001000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80888C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80888C; }

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

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

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

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

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

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

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

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