#828485

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

Shades of Aluminium #828485

Tints of Aluminium #828485

Color information

#828485 (or 0x828485) is unknown color: approx Aluminium. HEX triplet: 82, 84 and 85. RGB value is (130,132,133). Sum of RGB (Red+Green+Blue) = 130+132+133=395 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.91% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 133 - color contains mainly: blue. Hex color #828485 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828485 is #7D7B7A. Grayscale: #838383. Windows color (decimal): -8223611 or 8750210. OLE color: 8750210.

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

Color convert

RGB130132133-
CMYK0.020.0100.48
HSL200º1.21%51.57%-
HSV(B)200º2.26%52.16%-
XYZ21.6922.9425.48-
YUV131.52128.84126.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.91%
GREEN value IS 132 (51.95% from 255) = 33.42%
BLUE value IS 133 (52.34% from 255) = 33.67%
R=32.91%
G=33.42%
B=33.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1301321330.020.0100.482001.2151.57
Hex82848521030c8134
Octal20220420521060310164
Binary1000001010000100100001011010110000110010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828485; }

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

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

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

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

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

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

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

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