#808589

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

Shades of Aluminium #808589

Tints of Aluminium #808589

Color information

#808589 (or 0x808589) is unknown color: approx Aluminium. HEX triplet: 80, 85 and 89. RGB value is (128,133,137). Sum of RGB (Red+Green+Blue) = 128+133+137=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 137 (53.91% from 255 or 34.42% from 398); Max value from RGB is 137 - color contains mainly: blue. Hex color #808589 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808589 is #7F7A76. Grayscale: #838383. Windows color (decimal): -8354423 or 9012608. OLE color: 9012608.

HSL color Cylindrical-coordinate representation of color #808589: hue angle of 206.67º 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 #808589 is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB128133137-
CMYK0.070.0300.46
HSL206.67º3.67%51.96%-
HSV(B)206.67º6.57%53.73%-
XYZ21.823.1726.99-
YUV131.96130.84125.17-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.16%
GREEN value IS 133 (52.34% from 255) = 33.42%
BLUE value IS 137 (53.91% from 255) = 34.42%
R=32.16%
G=33.42%
B=34.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1281331370.070.0300.46206.673.6751.96
Hex8085897302Ecf434
Octal20020521173056317464
Binary10000000100001011000100111111010111011001111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808589; }

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

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

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

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

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

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

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

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