#919395

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

Shades of Aluminium #919395

Tints of Aluminium #919395

Color information

#919395 (or 0x919395) is unknown color: approx Aluminium. HEX triplet: 91, 93 and 95. RGB value is (145,147,149). Sum of RGB (Red+Green+Blue) = 145+147+149=441 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.88% from 441); Green value is 147 (57.81% from 255 or 33.33% from 441); Blue value is 149 (58.59% from 255 or 33.79% from 441); Max value from RGB is 149 - color contains mainly: blue. Hex color #919395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919395 is #6E6C6A. Grayscale: #929292. Windows color (decimal): -7236715 or 9802641. OLE color: 9802641.

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

Color convert

RGB145147149-
CMYK0.030.0100.42
HSL210º1.85%57.65%-
HSV(B)210º2.68%58.43%-
XYZ27.5429.0632.59-
YUV146.63129.34126.84-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.88%
GREEN value IS 147 (57.81% from 255) = 33.33%
BLUE value IS 149 (58.59% from 255) = 33.79%
R=32.88%
G=33.33%
B=33.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1451471490.030.0100.422101.8557.65
Hex9193953102Ad223a
Octal22122322531052322272
Binary10010001100100111001010111101010101101001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919395; }

 p { color: rgb(145,147,149); }

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

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

 a { background-color: rgb(145,147,149); }

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

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

 span { border-color: rgb(145,147,149); }

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