#80868D

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

Shades of Aluminium #80868D

Tints of Aluminium #80868D

Color information

#80868D (or 0x80868D) is unknown color: approx Aluminium. HEX triplet: 80, 86 and 8D. RGB value is (128,134,141). Sum of RGB (Red+Green+Blue) = 128+134+141=403 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.76% from 403); Green value is 134 (52.73% from 255 or 33.25% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 141 - color contains mainly: blue. Hex color #80868D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80868D is #7F7972. Grayscale: #848484. Windows color (decimal): -8354163 or 9275008. OLE color: 9275008.

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

Color convert

RGB128134141-
CMYK0.090.0500.45
HSL212.31º5.39%52.75%-
HSV(B)212.31º9.22%55.29%-
XYZ22.2323.5628.58-
YUV133132.51124.43-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.76%
GREEN value IS 134 (52.73% from 255) = 33.25%
BLUE value IS 141 (55.47% from 255) = 34.99%
R=31.76%
G=33.25%
B=34.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1281341410.090.0500.45212.315.3952.75
Hex80868D9502Dd4535
Octal200206215115055324565
Binary1000000010000110100011011001101010110111010100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80868D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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