#80868C

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

Shades of Aluminium #80868C

Tints of Aluminium #80868C

Color information

#80868C (or 0x80868C) is unknown color: approx Aluminium. HEX triplet: 80, 86 and 8C. RGB value is (128,134,140). Sum of RGB (Red+Green+Blue) = 128+134+140=402 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.84% from 402); Green value is 134 (52.73% from 255 or 33.33% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 140 - color contains mainly: blue. Hex color #80868C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80868C is #7F7973. Grayscale: #848484. Windows color (decimal): -8354164 or 9209472. OLE color: 9209472.

HSL color Cylindrical-coordinate representation of color #80868C: hue angle of 210º 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 #80868C is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB128134140-
CMYK0.090.0400.45
HSL210º4.96%52.55%-
HSV(B)210º8.57%54.9%-
XYZ22.1623.5328.19-
YUV132.89132.01124.51-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.84%
GREEN value IS 134 (52.73% from 255) = 33.33%
BLUE value IS 140 (55.08% from 255) = 34.83%
R=31.84%
G=33.33%
B=34.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1281341400.090.0400.452104.9652.55
Hex80868C9402Dd2535
Octal200206214114055322565
Binary1000000010000110100011001001100010110111010010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80868C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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