#88898B

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

Shades of Aluminium #88898B

Tints of Aluminium #88898B

Color information

#88898B (or 0x88898B) is unknown color: approx Aluminium. HEX triplet: 88, 89 and 8B. RGB value is (136,137,139). Sum of RGB (Red+Green+Blue) = 136+137+139=412 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.01% from 412); Green value is 137 (53.91% from 255 or 33.25% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 139 - color contains mainly: blue. Hex color #88898B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88898B is #777674. Grayscale: #888888. Windows color (decimal): -7829109 or 9144712. OLE color: 9144712.

HSL color Cylindrical-coordinate representation of color #88898B: hue angle of 220º degrees, saturation: 0.01, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #88898B is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB136137139-
CMYK0.020.0100.45
HSL220º1.28%53.92%-
HSV(B)220º2.16%54.51%-
XYZ23.7624.9928-
YUV136.93129.17127.34-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.01%
GREEN value IS 137 (53.91% from 255) = 33.25%
BLUE value IS 139 (54.69% from 255) = 33.74%
R=33.01%
G=33.25%
B=33.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1361371390.020.0100.452201.2853.92
Hex88898B2102Ddc136
Octal21021121321055334166
Binary1000100010001001100010111010101101110111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88898B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88898B; }

 p { color: rgb(136,137,139); }

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

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

 a { background-color: rgb(136,137,139); }

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

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

 span { border-color: rgb(136,137,139); }

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