#888D90

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

Shades of Aluminium #888D90

Tints of Aluminium #888D90

Color information

#888D90 (or 0x888D90) is unknown color: approx Aluminium. HEX triplet: 88, 8D and 90. RGB value is (136,141,144). Sum of RGB (Red+Green+Blue) = 136+141+144=421 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.30% from 421); Green value is 141 (55.47% from 255 or 33.49% from 421); Blue value is 144 (56.64% from 255 or 34.20% from 421); Max value from RGB is 144 - color contains mainly: blue. Hex color #888D90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888D90 is #77726F. Grayscale: #8B8B8B. Windows color (decimal): -7828080 or 9473416. OLE color: 9473416.

HSL color Cylindrical-coordinate representation of color #888D90: hue angle of 202.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 #888D90 is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB136141144-
CMYK0.060.0200.44
HSL202.5º3.48%54.9%-
HSV(B)202.5º5.56%56.47%-
XYZ24.7126.330.16-
YUV139.85130.34125.26-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.30%
GREEN value IS 141 (55.47% from 255) = 33.49%
BLUE value IS 144 (56.64% from 255) = 34.20%
R=32.30%
G=33.49%
B=34.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1361411440.060.0200.44202.53.4854.9
Hex888D906202Cca337
Octal21021522062054312367
Binary1000100010001101100100001101001011001100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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