#80888E

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

Shades of Aluminium #80888E

Tints of Aluminium #80888E

Color information

#80888E (or 0x80888E) is unknown color: approx Aluminium. HEX triplet: 80, 88 and 8E. RGB value is (128,136,142). Sum of RGB (Red+Green+Blue) = 128+136+142=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 142 (55.86% from 255 or 34.98% from 406); Max value from RGB is 142 - color contains mainly: blue. Hex color #80888E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80888E is #7F7771. Grayscale: #868686. Windows color (decimal): -8353650 or 9341056. OLE color: 9341056.

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

Color convert

RGB128136142-
CMYK0.100.0400.44
HSL205.71º5.83%52.94%-
HSV(B)205.71º9.86%55.69%-
XYZ22.5924.1529.06-
YUV134.29132.35123.51-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.53%
GREEN value IS 136 (53.52% from 255) = 33.50%
BLUE value IS 142 (55.86% from 255) = 34.98%
R=31.53%
G=33.50%
B=34.98%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1281361420.100.0400.44205.715.8352.94
Hex80888EA402Cce635
Octal200210216124054316665
Binary1000000010001000100011101010100010110011001110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80888E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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