#80858A

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

Shades of Aluminium #80858A

Tints of Aluminium #80858A

Color information

#80858A (or 0x80858A) is unknown color: approx Aluminium. HEX triplet: 80, 85 and 8A. RGB value is (128,133,138). Sum of RGB (Red+Green+Blue) = 128+133+138=399 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.08% from 399); Green value is 133 (52.34% from 255 or 33.33% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 138 - color contains mainly: blue. Hex color #80858A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80858A is #7F7A75. Grayscale: #848484. Windows color (decimal): -8354422 or 9078144. OLE color: 9078144.

HSL color Cylindrical-coordinate representation of color #80858A: hue angle of 210º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #80858A is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB128133138-
CMYK0.070.0400.46
HSL210º4.1%52.16%-
HSV(B)210º7.25%54.12%-
XYZ21.8823.227.37-
YUV132.07131.34125.09-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.08%
GREEN value IS 133 (52.34% from 255) = 33.33%
BLUE value IS 138 (54.30% from 255) = 34.59%
R=32.08%
G=33.33%
B=34.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1281331380.070.0400.462104.152.16
Hex80858A7402Ed2434
Octal20020521274056322464
Binary100000001000010110001010111100010111011010010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80858A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80858A; }

 p { color: rgb(128,133,138); }

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

<style>
 a { background-color: #80858A; }

 a { background-color: rgb(128,133,138); }

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

<style>
 span { border-color: #80858A; }

 span { border-color: rgb(128,133,138); }

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