#869097

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

Shades of Aluminium #869097

Tints of Aluminium #869097

Color information

#869097 (or 0x869097) is unknown color: approx Aluminium. HEX triplet: 86, 90 and 97. RGB value is (134,144,151). Sum of RGB (Red+Green+Blue) = 134+144+151=429 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.24% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 151 (59.38% from 255 or 35.20% from 429); Max value from RGB is 151 - color contains mainly: blue. Hex color #869097 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869097 is #796F68. Grayscale: #8D8D8D. Windows color (decimal): -7958377 or 9932934. OLE color: 9932934.

HSL color Cylindrical-coordinate representation of color #869097: hue angle of 204.71º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #869097 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB134144151-
CMYK0.110.0500.41
HSL204.71º7.56%55.88%-
HSV(B)204.71º11.26%59.22%-
XYZ25.3927.2533.2-
YUV141.81133.19122.43-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.24%
GREEN value IS 144 (56.64% from 255) = 33.57%
BLUE value IS 151 (59.38% from 255) = 35.20%
R=31.24%
G=33.57%
B=35.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1341441510.110.0500.41204.717.5655.88
Hex869097B5029cd838
Octal2062202271350513151070
Binary10000110100100001001011110111010101001110011011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869097; }

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

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

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

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

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

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

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

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