#829096

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

Shades of Aluminium #829096

Tints of Aluminium #829096

Color information

#829096 (or 0x829096) is unknown color: approx Aluminium. HEX triplet: 82, 90 and 96. RGB value is (130,144,150). Sum of RGB (Red+Green+Blue) = 130+144+150=424 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.66% from 424); Green value is 144 (56.64% from 255 or 33.96% from 424); Blue value is 150 (58.98% from 255 or 35.38% from 424); Max value from RGB is 150 - color contains mainly: blue. Hex color #829096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829096 is #7D6F69. Grayscale: #8C8C8C. Windows color (decimal): -8220522 or 9867394. OLE color: 9867394.

HSL color Cylindrical-coordinate representation of color #829096: hue angle of 198º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #829096 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB130144150-
CMYK0.130.0400.41
HSL198º8.7%54.9%-
HSV(B)198º13.33%58.82%-
XYZ24.6826.8932.74-
YUV140.5133.36120.51-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.66%
GREEN value IS 144 (56.64% from 255) = 33.96%
BLUE value IS 150 (58.98% from 255) = 35.38%
R=30.66%
G=33.96%
B=35.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1301441500.130.0400.411988.754.9
Hex829096D4029c6937
Octal2022202261540513061167
Binary10000010100100001001011011011000101001110001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829096; }

 p { color: rgb(130,144,150); }

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

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

 a { background-color: rgb(130,144,150); }

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

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

 span { border-color: rgb(130,144,150); }

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