#819097

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

Shades of Aluminium #819097

Tints of Aluminium #819097

Color information

#819097 (or 0x819097) is unknown color: approx Aluminium. HEX triplet: 81, 90 and 97. RGB value is (129,144,151). Sum of RGB (Red+Green+Blue) = 129+144+151=424 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.42% from 424); Green value is 144 (56.64% from 255 or 33.96% from 424); Blue value is 151 (59.38% from 255 or 35.61% from 424); Max value from RGB is 151 - color contains mainly: blue. Hex color #819097 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819097 is #7E6F68. Grayscale: #8C8C8C. Windows color (decimal): -8286057 or 9932929. OLE color: 9932929.

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

Color convert

RGB129144151-
CMYK0.150.0500.41
HSL199.09º9.57%54.9%-
HSV(B)199.09º14.57%59.22%-
XYZ24.6126.8533.16-
YUV140.31134.03119.93-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.42%
GREEN value IS 144 (56.64% from 255) = 33.96%
BLUE value IS 151 (59.38% from 255) = 35.61%
R=30.42%
G=33.96%
B=35.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1291441510.150.0500.41199.099.5754.9
Hex819097F5029c7a37
Octal2012202271750513071267
Binary10000001100100001001011111111010101001110001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819097; }

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

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

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

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

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

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

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

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