#888E95

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

Shades of Aluminium #888E95

Tints of Aluminium #888E95

Color information

#888E95 (or 0x888E95) is unknown color: approx Aluminium. HEX triplet: 88, 8E and 95. RGB value is (136,142,149). Sum of RGB (Red+Green+Blue) = 136+142+149=427 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.85% from 427); Green value is 142 (55.86% from 255 or 33.26% from 427); Blue value is 149 (58.59% from 255 or 34.89% from 427); Max value from RGB is 149 - color contains mainly: blue. Hex color #888E95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888E95 is #77716A. Grayscale: #8C8C8C. Windows color (decimal): -7827819 or 9801352. OLE color: 9801352.

HSL color Cylindrical-coordinate representation of color #888E95: hue angle of 212.31º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #888E95 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB136142149-
CMYK0.090.0500.42
HSL212.31º5.78%55.88%-
HSV(B)212.31º8.72%58.43%-
XYZ25.2526.7532.27-
YUV141132.51124.43-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.85%
GREEN value IS 142 (55.86% from 255) = 33.26%
BLUE value IS 149 (58.59% from 255) = 34.89%
R=31.85%
G=33.26%
B=34.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1361421490.090.0500.42212.315.7855.88
Hex888E959502Ad4638
Octal210216225115052324670
Binary1000100010001110100101011001101010101011010100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,142,149); }

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

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

 a { background-color: rgb(136,142,149); }

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

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

 span { border-color: rgb(136,142,149); }

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