Html Css Color HEX #828589 Aluminium

📋 copy color: '#828589'

red 130 ◦ green 133 ◦ blue 137

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

Shades of Aluminium #828589

Tints of Aluminium #828589

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.25%

 BLUE value IS 137 (53.91% from 255) = 34.25%

R = 32.5%
G = 33.25%
B = 34.25%

CMYK

 C value IS 0.05

 M value IS 0.03

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#828589 (or 0x828589) is known color: Aluminium. HEX triplet: 82, 85 and 89. RGB value is (130,133,137). Sum of RGB (Red+Green+Blue) = 130+133+137=400 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.5% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 137 (53.91% from 255 or 34.25% from 400); Max value from RGB is 137 - color contains mainly: blue. Hex color #828589 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828589 is #7D7A76. Grayscale: #848484. Windows color (decimal): -8223351 or 9012610. OLE color: 9012610.

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

Color convert

RGB 130 133 137 -
CMYK 0.05 0.03 0 0.46
HSL 214.29º 0.03% 0.52% -
HSV(B) 214.29º 0.05% 0.54% -
XYZ 22.11 23.33 27 -
YUV 132.56 130.51 126.17 -
System Red Green Blue C M Y K H S L
Decimal 130 133 137 0.05 0.03 0 0.46 214.29 0.03 0.52
Hex 82 85 89 5 3 0 2E D6 3 34
Octal 202 205 211 5 3 0 56 326 3 64
Binary 10000010 10000101 10001001 101 11 0 101110 11010110 11 110100

Color Harmonies of #828589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828589

Black with #828589

Text Example


Text Example

White with #828589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828589; }

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

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

background-color css

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

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

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

border-color css

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

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

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