#819096

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

Shades of Aluminium #819096

Tints of Aluminium #819096

Color information

#819096 (or 0x819096) is unknown color: approx Aluminium. HEX triplet: 81, 90 and 96. RGB value is (129,144,150). Sum of RGB (Red+Green+Blue) = 129+144+150=423 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.50% from 423); Green value is 144 (56.64% from 255 or 34.04% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 150 - color contains mainly: blue. Hex color #819096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819096 is #7E6F69. Grayscale: #8C8C8C. Windows color (decimal): -8286058 or 9867393. OLE color: 9867393.

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

Color convert

RGB129144150-
CMYK0.140.0400.41
HSL197.14º9.09%54.71%-
HSV(B)197.14º14%58.82%-
XYZ24.5326.8232.74-
YUV140.2133.53120.01-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.50%
GREEN value IS 144 (56.64% from 255) = 34.04%
BLUE value IS 150 (58.98% from 255) = 35.46%
R=30.50%
G=34.04%
B=35.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1291441500.140.0400.41197.149.0954.71
Hex819096E4029c5937
Octal2012202261640513051167
Binary10000001100100001001011011101000101001110001011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819096; }

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

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

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

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

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

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

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

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