#828487

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

Shades of Aluminium #828487

Tints of Aluminium #828487

Color information

#828487 (or 0x828487) is unknown color: approx Aluminium. HEX triplet: 82, 84 and 87. RGB value is (130,132,135). Sum of RGB (Red+Green+Blue) = 130+132+135=397 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.75% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 135 (53.12% from 255 or 34.01% from 397); Max value from RGB is 135 - color contains mainly: blue. Hex color #828487 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828487 is #7D7B78. Grayscale: #838383. Windows color (decimal): -8223609 or 8881282. OLE color: 8881282.

HSL color Cylindrical-coordinate representation of color #828487: hue angle of 216º degrees, saturation: 0.02, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #828487 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB130132135-
CMYK0.040.0200.47
HSL216º2.04%51.96%-
HSV(B)216º3.7%52.94%-
XYZ21.832326.21-
YUV131.74129.84126.76-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.75%
GREEN value IS 132 (51.95% from 255) = 33.25%
BLUE value IS 135 (53.12% from 255) = 34.01%
R=32.75%
G=33.25%
B=34.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1301321350.040.0200.472162.0451.96
Hex8284874202Fd8234
Octal20220420742057330264
Binary1000001010000100100001111001001011111101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828487; }

 p { color: rgb(130,132,135); }

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

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

 a { background-color: rgb(130,132,135); }

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

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

 span { border-color: rgb(130,132,135); }

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