#86898D

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

Shades of Aluminium #86898D

Tints of Aluminium #86898D

Color information

#86898D (or 0x86898D) is unknown color: approx Aluminium. HEX triplet: 86, 89 and 8D. RGB value is (134,137,141). Sum of RGB (Red+Green+Blue) = 134+137+141=412 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.52% from 412); Green value is 137 (53.91% from 255 or 33.25% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 141 - color contains mainly: blue. Hex color #86898D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86898D is #797672. Grayscale: #888888. Windows color (decimal): -7960179 or 9275782. OLE color: 9275782.

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

Color convert

RGB134137141-
CMYK0.050.0300.45
HSL214.29º2.98%53.92%-
HSV(B)214.29º4.96%55.29%-
XYZ23.5824.8828.76-
YUV136.56130.51126.17-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.52%
GREEN value IS 137 (53.91% from 255) = 33.25%
BLUE value IS 141 (55.47% from 255) = 34.22%
R=32.52%
G=33.25%
B=34.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1341371410.050.0300.45214.292.9853.92
Hex86898D5302Dd6336
Octal20621121553055326366
Binary1000011010001001100011011011101011011101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86898D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86898D; }

 p { color: rgb(134,137,141); }

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

<style>
 a { background-color: #86898D; }

 a { background-color: rgb(134,137,141); }

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

<style>
 span { border-color: #86898D; }

 span { border-color: rgb(134,137,141); }

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