#82898E

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

Shades of Aluminium #82898E

Tints of Aluminium #82898E

Color information

#82898E (or 0x82898E) is unknown color: approx Aluminium. HEX triplet: 82, 89 and 8E. RGB value is (130,137,142). Sum of RGB (Red+Green+Blue) = 130+137+142=409 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.78% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 142 (55.86% from 255 or 34.72% from 409); Max value from RGB is 142 - color contains mainly: blue. Hex color #82898E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82898E is #7D7671. Grayscale: #878787. Windows color (decimal): -8222322 or 9341314. OLE color: 9341314.

HSL color Cylindrical-coordinate representation of color #82898E: hue angle of 205º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #82898E is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB130137142-
CMYK0.080.0400.44
HSL205º5.04%53.33%-
HSV(B)205º8.45%55.69%-
XYZ23.0324.5929.12-
YUV135.48131.68124.09-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.78%
GREEN value IS 137 (53.91% from 255) = 33.50%
BLUE value IS 142 (55.86% from 255) = 34.72%
R=31.78%
G=33.50%
B=34.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1301371420.080.0400.442055.0453.33
Hex82898E8402Ccd535
Octal202211216104054315565
Binary1000001010001001100011101000100010110011001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82898E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82898E; }

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

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

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

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

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

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

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

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