#869093

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

Shades of Aluminium #869093

Tints of Aluminium #869093

Color information

#869093 (or 0x869093) is unknown color: approx Aluminium. HEX triplet: 86, 90 and 93. RGB value is (134,144,147). Sum of RGB (Red+Green+Blue) = 134+144+147=425 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.53% from 425); Green value is 144 (56.64% from 255 or 33.88% from 425); Blue value is 147 (57.81% from 255 or 34.59% from 425); Max value from RGB is 147 - color contains mainly: blue. Hex color #869093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869093 is #796F6C. Grayscale: #8D8D8D. Windows color (decimal): -7958381 or 9670790. OLE color: 9670790.

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

Color convert

RGB134144147-
CMYK0.090.0200.42
HSL193.85º5.68%55.1%-
HSV(B)193.85º8.84%57.65%-
XYZ25.0727.1231.52-
YUV141.35131.19122.76-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.53%
GREEN value IS 144 (56.64% from 255) = 33.88%
BLUE value IS 147 (57.81% from 255) = 34.59%
R=31.53%
G=33.88%
B=34.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1341441470.090.0200.42193.855.6855.1
Hex8690939202Ac2637
Octal206220223112052302667
Binary100001101001000010010011100110010101011000010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869093; }

 p { color: rgb(134,144,147); }

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

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

 a { background-color: rgb(134,144,147); }

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

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

 span { border-color: rgb(134,144,147); }

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