#80868B

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

Shades of Aluminium #80868B

Tints of Aluminium #80868B

Color information

#80868B (or 0x80868B) is unknown color: approx Aluminium. HEX triplet: 80, 86 and 8B. RGB value is (128,134,139). Sum of RGB (Red+Green+Blue) = 128+134+139=401 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.92% from 401); Green value is 134 (52.73% from 255 or 33.42% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 139 - color contains mainly: blue. Hex color #80868B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80868B is #7F7974. Grayscale: #848484. Windows color (decimal): -8354165 or 9143936. OLE color: 9143936.

HSL color Cylindrical-coordinate representation of color #80868B: hue angle of 207.27º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #80868B is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB128134139-
CMYK0.080.0400.45
HSL207.27º4.53%52.35%-
HSV(B)207.27º7.91%54.51%-
XYZ22.0923.527.8-
YUV132.78131.51124.59-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.92%
GREEN value IS 134 (52.73% from 255) = 33.42%
BLUE value IS 139 (54.69% from 255) = 34.66%
R=31.92%
G=33.42%
B=34.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1281341390.080.0400.45207.274.5352.35
Hex80868B8402Dcf534
Octal200206213104055317564
Binary1000000010000110100010111000100010110111001111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80868B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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