#86888C

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

Shades of Aluminium #86888C

Tints of Aluminium #86888C

Color information

#86888C (or 0x86888C) is unknown color: approx Aluminium. HEX triplet: 86, 88 and 8C. RGB value is (134,136,140). Sum of RGB (Red+Green+Blue) = 134+136+140=410 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.68% from 410); Green value is 136 (53.52% from 255 or 33.17% from 410); Blue value is 140 (55.08% from 255 or 34.15% from 410); Max value from RGB is 140 - color contains mainly: blue. Hex color #86888C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86888C is #797773. Grayscale: #878787. Windows color (decimal): -7960436 or 9209990. OLE color: 9209990.

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

Color convert

RGB134136140-
CMYK0.040.0300.45
HSL220º2.54%53.73%-
HSV(B)220º4.29%54.9%-
XYZ23.3724.5728.32-
YUV135.86130.34126.67-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.68%
GREEN value IS 136 (53.52% from 255) = 33.17%
BLUE value IS 140 (55.08% from 255) = 34.15%
R=32.68%
G=33.17%
B=34.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1341361400.040.0300.452202.5453.73
Hex86888C4302Ddc336
Octal20621021443055334366
Binary1000011010001000100011001001101011011101110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86888C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86888C; }

 p { color: rgb(134,136,140); }

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

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

 a { background-color: rgb(134,136,140); }

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

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

 span { border-color: rgb(134,136,140); }

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