#80888D

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

Shades of Aluminium #80888D

Tints of Aluminium #80888D

Color information

#80888D (or 0x80888D) is unknown color: approx Aluminium. HEX triplet: 80, 88 and 8D. RGB value is (128,136,141). Sum of RGB (Red+Green+Blue) = 128+136+141=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 141 (55.47% from 255 or 34.81% from 405); Max value from RGB is 141 - color contains mainly: blue. Hex color #80888D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80888D is #7F7772. Grayscale: #868686. Windows color (decimal): -8353651 or 9275520. OLE color: 9275520.

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

Color convert

RGB128136141-
CMYK0.090.0400.45
HSL203.08º5.39%52.75%-
HSV(B)203.08º9.22%55.29%-
XYZ22.5124.1228.67-
YUV134.18131.85123.59-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.60%
GREEN value IS 136 (53.52% from 255) = 33.58%
BLUE value IS 141 (55.47% from 255) = 34.81%
R=31.60%
G=33.58%
B=34.81%

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
Decimal1281361410.090.0400.45203.085.3952.75
Hex80888D9402Dcb535
Octal200210215114055313565
Binary1000000010001000100011011001100010110111001011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80888D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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