#868B91

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

Shades of Aluminium #868B91

Tints of Aluminium #868B91

Color information

#868B91 (or 0x868B91) is unknown color: approx Aluminium. HEX triplet: 86, 8B and 91. RGB value is (134,139,145). Sum of RGB (Red+Green+Blue) = 134+139+145=418 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.06% from 418); Green value is 139 (54.69% from 255 or 33.25% from 418); Blue value is 145 (57.03% from 255 or 34.69% from 418); Max value from RGB is 145 - color contains mainly: blue. Hex color #868B91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868B91 is #79746E. Grayscale: #8A8A8A. Windows color (decimal): -7959663 or 9538438. OLE color: 9538438.

HSL color Cylindrical-coordinate representation of color #868B91: hue angle of 212.73º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #868B91 is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB134139145-
CMYK0.080.0400.43
HSL212.73º4.76%54.71%-
HSV(B)212.73º7.59%56.86%-
XYZ24.1725.5830.45-
YUV138.19131.84125.01-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.06%
GREEN value IS 139 (54.69% from 255) = 33.25%
BLUE value IS 145 (57.03% from 255) = 34.69%
R=32.06%
G=33.25%
B=34.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1341391450.080.0400.43212.734.7654.71
Hex868B918402Bd5537
Octal206213221104053325567
Binary1000011010001011100100011000100010101111010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868B91; }

 p { color: rgb(134,139,145); }

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

<style>
 a { background-color: #868B91; }

 a { background-color: rgb(134,139,145); }

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

<style>
 span { border-color: #868B91; }

 span { border-color: rgb(134,139,145); }

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