#808B92

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

Shades of Aluminium #808B92

Tints of Aluminium #808B92

Color information

#808B92 (or 0x808B92) is unknown color: approx Aluminium. HEX triplet: 80, 8B and 92. RGB value is (128,139,146). Sum of RGB (Red+Green+Blue) = 128+139+146=413 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.99% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 146 (57.42% from 255 or 35.35% from 413); Max value from RGB is 146 - color contains mainly: blue. Hex color #808B92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808B92 is #7F746D. Grayscale: #888888. Windows color (decimal): -8352878 or 9603968. OLE color: 9603968.

HSL color Cylindrical-coordinate representation of color #808B92: hue angle of 203.33º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #808B92 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB128139146-
CMYK0.120.0500.43
HSL203.33º7.63%53.73%-
HSV(B)203.33º12.33%57.25%-
XYZ23.3225.1330.82-
YUV136.51133.36121.93-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.99%
GREEN value IS 139 (54.69% from 255) = 33.66%
BLUE value IS 146 (57.42% from 255) = 35.35%
R=30.99%
G=33.66%
B=35.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1281391460.120.0500.43203.337.6353.73
Hex808B92C502Bcb836
Octal2002132221450533131066
Binary10000000100010111001001011001010101011110010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808B92; }

 p { color: rgb(128,139,146); }

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

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

 a { background-color: rgb(128,139,146); }

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

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

 span { border-color: rgb(128,139,146); }

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