Html Css Color HEX #828486 Aluminium

📋 copy color: '#828486'

red 130 ◦ green 132 ◦ blue 134

#828486
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aluminium #828486

Tints of Aluminium #828486

RGB

 RED value IS 130 (51.17% from 255) = 32.83%

 GREEN value IS 132 (51.95% from 255) = 33.33%

 BLUE value IS 134 (52.73% from 255) = 33.84%

R = 32.83%
G = 33.33%
B = 33.84%

CMYK

 C value IS 0.03

 M value IS 0.01

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#828486 (or 0x828486) is known color: Aluminium. HEX triplet: 82, 84 and 86. RGB value is (130,132,134). Sum of RGB (Red+Green+Blue) = 130+132+134=396 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.83% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 134 (52.73% from 255 or 33.84% from 396); Max value from RGB is 134 - color contains mainly: blue. Hex color #828486 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828486 is #7D7B79. Grayscale: #838383. Windows color (decimal): -8223610 or 8815746. OLE color: 8815746.

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

Color convert

RGB 130 132 134 -
CMYK 0.03 0.01 0 0.47
HSL 210º 0.02% 0.52% -
HSV(B) 210º 0.03% 0.53% -
XYZ 21.76 22.97 25.84 -
YUV 131.63 129.34 126.84 -
System Red Green Blue C M Y K H S L
Decimal 130 132 134 0.03 0.01 0 0.47 210 0.02 0.52
Hex 82 84 86 3 1 0 2F D2 2 34
Octal 202 204 206 3 1 0 57 322 2 64
Binary 10000010 10000100 10000110 11 1 0 101111 11010010 10 110100

Color Harmonies of #828486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828486

Black with #828486

Text Example


Text Example

White with #828486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828486; }

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

 H1.HeaderClassName
 {
   color: #828486;
 }
 .AnyTagClassName
 {
   color: #828486;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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