#828589

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

Shades of Aluminium #828589

Tints of Aluminium #828589

Color information

#828589 (or 0x828589) is unknown color: approx 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

RGB130133137-
CMYK0.050.0300.46
HSL214.29º2.88%52.35%-
HSV(B)214.29º5.11%53.73%-
XYZ22.1123.3327-
YUV132.56130.51126.17-

RGB Variations

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

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 (Cyan) values IS 0.05
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1301331370.050.0300.46214.292.8852.35
Hex8285895302Ed6334
Octal20220521153056326364
Binary1000001010000101100010011011101011101101011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>