#919293

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

Shades of Aluminium #919293

Tints of Aluminium #919293

Color information

#919293 (or 0x919293) is unknown color: approx Aluminium. HEX triplet: 91, 92 and 93. RGB value is (145,146,147). Sum of RGB (Red+Green+Blue) = 145+146+147=438 (58% of max value = 765). Red value is 145 (57.03% from 255 or 33.11% from 438); Green value is 146 (57.42% from 255 or 33.33% from 438); Blue value is 147 (57.81% from 255 or 33.56% from 438); Max value from RGB is 147 - color contains mainly: blue. Hex color #919293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919293 is #6E6D6C. Grayscale: #919191. Windows color (decimal): -7236973 or 9671313. OLE color: 9671313.

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

Color convert

RGB145146147-
CMYK0.010.0100.42
HSL210º0.92%57.25%-
HSV(B)210º1.36%57.65%-
XYZ27.2228.6831.71-
YUV145.82128.67127.42-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.11%
GREEN value IS 146 (57.42% from 255) = 33.33%
BLUE value IS 147 (57.81% from 255) = 33.56%
R=33.11%
G=33.33%
B=33.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1451461470.010.0100.422100.9257.25
Hex9192931102Ad2139
Octal22122222311052322171
Binary100100011001001010010011110101010110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919293; }

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

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

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

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

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

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

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

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