#828990

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

Shades of Aluminium #828990

Tints of Aluminium #828990

Color information

#828990 (or 0x828990) is unknown color: approx Aluminium. HEX triplet: 82, 89 and 90. RGB value is (130,137,144). Sum of RGB (Red+Green+Blue) = 130+137+144=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 137 (53.91% from 255 or 33.33% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 144 - color contains mainly: blue. Hex color #828990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828990 is #7D766F. Grayscale: #878787. Windows color (decimal): -8222320 or 9472386. OLE color: 9472386.

HSL color Cylindrical-coordinate representation of color #828990: hue angle of 210º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #828990 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB130137144-
CMYK0.100.0500.44
HSL210º5.93%53.73%-
HSV(B)210º9.72%56.47%-
XYZ23.1924.6529.92-
YUV135.7132.68123.93-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.63%
GREEN value IS 137 (53.91% from 255) = 33.33%
BLUE value IS 144 (56.64% from 255) = 35.04%
R=31.63%
G=33.33%
B=35.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1301371440.100.0500.442105.9353.73
Hex828990A502Cd2636
Octal202211220125054322666
Binary1000001010001001100100001010101010110011010010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828990; }

 p { color: rgb(130,137,144); }

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

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

 a { background-color: rgb(130,137,144); }

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

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

 span { border-color: rgb(130,137,144); }

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