#808588

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

Shades of Aluminium #808588

Tints of Aluminium #808588

Color information

#808588 (or 0x808588) is unknown color: approx Aluminium. HEX triplet: 80, 85 and 88. RGB value is (128,133,136). Sum of RGB (Red+Green+Blue) = 128+133+136=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 136 (53.52% from 255 or 34.26% from 397); Max value from RGB is 136 - color contains mainly: blue. Hex color #808588 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808588 is #7F7A77. Grayscale: #838383. Windows color (decimal): -8354424 or 8947072. OLE color: 8947072.

HSL color Cylindrical-coordinate representation of color #808588: hue angle of 202.5º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #808588 is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB128133136-
CMYK0.060.0200.47
HSL202.5º3.25%51.76%-
HSV(B)202.5º5.88%53.33%-
XYZ21.7323.1426.61-
YUV131.85130.34125.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.24%
GREEN value IS 133 (52.34% from 255) = 33.50%
BLUE value IS 136 (53.52% from 255) = 34.26%
R=32.24%
G=33.50%
B=34.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1281331360.060.0200.47202.53.2551.76
Hex8085886202Fca334
Octal20020521062057312364
Binary1000000010000101100010001101001011111100101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808588; }

 p { color: rgb(128,133,136); }

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

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

 a { background-color: rgb(128,133,136); }

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

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

 span { border-color: rgb(128,133,136); }

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