#888B90

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

Shades of Aluminium #888B90

Tints of Aluminium #888B90

Color information

#888B90 (or 0x888B90) is unknown color: approx Aluminium. HEX triplet: 88, 8B and 90. RGB value is (136,139,144). Sum of RGB (Red+Green+Blue) = 136+139+144=419 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.46% from 419); Green value is 139 (54.69% from 255 or 33.17% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 144 - color contains mainly: blue. Hex color #888B90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888B90 is #77746F. Grayscale: #8A8A8A. Windows color (decimal): -7828592 or 9472904. OLE color: 9472904.

HSL color Cylindrical-coordinate representation of color #888B90: hue angle of 217.5º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #888B90 is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB136139144-
CMYK0.060.0300.44
HSL217.5º3.48%54.9%-
HSV(B)217.5º5.56%56.47%-
XYZ24.4225.7130.06-
YUV138.67131.01126.09-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.46%
GREEN value IS 139 (54.69% from 255) = 33.17%
BLUE value IS 144 (56.64% from 255) = 34.37%
R=32.46%
G=33.17%
B=34.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1361391440.060.0300.44217.53.4854.9
Hex888B906302Cd9337
Octal21021322063054331367
Binary1000100010001011100100001101101011001101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888B90; }

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

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

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

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

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

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

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

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