#818283

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

Shades of Aluminium #818283

Tints of Aluminium #818283

Color information

#818283 (or 0x818283) is unknown color: approx Aluminium. HEX triplet: 81, 82 and 83. RGB value is (129,130,131). Sum of RGB (Red+Green+Blue) = 129+130+131=390 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.08% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 131 (51.56% from 255 or 33.59% from 390); Max value from RGB is 131 - color contains mainly: blue. Hex color #818283 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818283 is #7E7D7C. Grayscale: #818181. Windows color (decimal): -8289661 or 8618625. OLE color: 8618625.

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

Color convert

RGB129130131-
CMYK0.020.0100.49
HSL210º0.8%50.98%-
HSV(B)210º1.53%51.37%-
XYZ21.1322.2724.66-
YUV129.82128.67127.42-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.08%
GREEN value IS 130 (51.17% from 255) = 33.33%
BLUE value IS 131 (51.56% from 255) = 33.59%
R=33.08%
G=33.33%
B=33.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291301310.020.0100.492100.850.98
Hex81828321031d2133
Octal20120220321061322163
Binary1000000110000010100000111010110001110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818283; }

 p { color: rgb(129,130,131); }

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

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

 a { background-color: rgb(129,130,131); }

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

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

 span { border-color: rgb(129,130,131); }

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