#818489

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

Shades of Aluminium #818489

Tints of Aluminium #818489

Color information

#818489 (or 0x818489) is unknown color: approx Aluminium. HEX triplet: 81, 84 and 89. RGB value is (129,132,137). Sum of RGB (Red+Green+Blue) = 129+132+137=398 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.41% from 398); Green value is 132 (51.95% from 255 or 33.17% 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 #818489 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818489 is #7E7B76. Grayscale: #838383. Windows color (decimal): -8289143 or 9012353. OLE color: 9012353.

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

Color convert

RGB129132137-
CMYK0.060.0400.46
HSL217.5º3.28%52.16%-
HSV(B)217.5º5.84%53.73%-
XYZ21.8222.9826.95-
YUV131.67131.01126.09-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.41%
GREEN value IS 132 (51.95% from 255) = 33.17%
BLUE value IS 137 (53.91% from 255) = 34.42%
R=32.41%
G=33.17%
B=34.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1291321370.060.0400.46217.53.2852.16
Hex8184896402Ed9334
Octal20120421164056331364
Binary10000001100001001000100111010001011101101100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818489; }

 p { color: rgb(129,132,137); }

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

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

 a { background-color: rgb(129,132,137); }

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

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

 span { border-color: rgb(129,132,137); }

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