#80898D

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

Shades of Aluminium #80898D

Tints of Aluminium #80898D

Color information

#80898D (or 0x80898D) is unknown color: approx Aluminium. HEX triplet: 80, 89 and 8D. RGB value is (128,137,141). Sum of RGB (Red+Green+Blue) = 128+137+141=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 137 (53.91% from 255 or 33.74% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 141 - color contains mainly: blue. Hex color #80898D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80898D is #7F7672. Grayscale: #868686. Windows color (decimal): -8353395 or 9275776. OLE color: 9275776.

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

Color convert

RGB128137141-
CMYK0.090.0300.45
HSL198.46º5.39%52.75%-
HSV(B)198.46º9.22%55.29%-
XYZ22.6624.428.72-
YUV134.77131.52123.17-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.53%
GREEN value IS 137 (53.91% from 255) = 33.74%
BLUE value IS 141 (55.47% from 255) = 34.73%
R=31.53%
G=33.74%
B=34.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1281371410.090.0300.45198.465.3952.75
Hex80898D9302Dc6535
Octal200211215113055306565
Binary100000001000100110001101100111010110111000110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80898D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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