#919496

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

Shades of Aluminium #919496

Tints of Aluminium #919496

Color information

#919496 (or 0x919496) is unknown color: approx Aluminium. HEX triplet: 91, 94 and 96. RGB value is (145,148,150). Sum of RGB (Red+Green+Blue) = 145+148+150=443 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.73% from 443); Green value is 148 (58.20% from 255 or 33.41% from 443); Blue value is 150 (58.98% from 255 or 33.86% from 443); Max value from RGB is 150 - color contains mainly: blue. Hex color #919496 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919496 is #6E6B69. Grayscale: #939393. Windows color (decimal): -7236458 or 9868433. OLE color: 9868433.

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

Color convert

RGB145148150-
CMYK0.030.0100.41
HSL204º2.33%57.84%-
HSV(B)204º3.33%58.82%-
XYZ27.7729.433.07-
YUV147.33129.51126.34-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.73%
GREEN value IS 148 (58.20% from 255) = 33.41%
BLUE value IS 150 (58.98% from 255) = 33.86%
R=32.73%
G=33.41%
B=33.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1451481500.030.0100.412042.3357.84
Hex91949631029cc23a
Octal22122422631051314272
Binary10010001100101001001011011101010011100110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919496; }

 p { color: rgb(145,148,150); }

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

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

 a { background-color: rgb(145,148,150); }

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

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

 span { border-color: rgb(145,148,150); }

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