#809198

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

Shades of Aluminium #809198

Tints of Aluminium #809198

Color information

#809198 (or 0x809198) is unknown color: approx Aluminium. HEX triplet: 80, 91 and 98. RGB value is (128,145,152). Sum of RGB (Red+Green+Blue) = 128+145+152=425 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.12% from 425); Green value is 145 (57.03% from 255 or 34.12% from 425); Blue value is 152 (59.77% from 255 or 35.76% from 425); Max value from RGB is 152 - color contains mainly: blue. Hex color #809198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809198 is #7F6E67. Grayscale: #8C8C8C. Windows color (decimal): -8351336 or 9998720. OLE color: 9998720.

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

Color convert

RGB128145152-
CMYK0.160.0500.40
HSL197.5º10.43%54.9%-
HSV(B)197.5º15.79%59.61%-
XYZ24.6927.1133.64-
YUV140.72134.37118.93-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.12%
GREEN value IS 145 (57.03% from 255) = 34.12%
BLUE value IS 152 (59.77% from 255) = 35.76%
R=30.12%
G=34.12%
B=35.76%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1281451520.160.0500.40197.510.4354.9
Hex809198105028c5a37
Octal2002212302050503051267
Binary100000001001000110011000100001010101000110001011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809198; }

 p { color: rgb(128,145,152); }

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

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

 a { background-color: rgb(128,145,152); }

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

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

 span { border-color: rgb(128,145,152); }

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