#859096

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

Shades of Aluminium #859096

Tints of Aluminium #859096

Color information

#859096 (or 0x859096) is unknown color: approx Aluminium. HEX triplet: 85, 90 and 96. RGB value is (133,144,150). Sum of RGB (Red+Green+Blue) = 133+144+150=427 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.15% from 427); Green value is 144 (56.64% from 255 or 33.72% from 427); Blue value is 150 (58.98% from 255 or 35.13% from 427); Max value from RGB is 150 - color contains mainly: blue. Hex color #859096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859096 is #7A6F69. Grayscale: #8D8D8D. Windows color (decimal): -8023914 or 9867397. OLE color: 9867397.

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

Color convert

RGB133144150-
CMYK0.110.0400.41
HSL201.18º7.49%55.49%-
HSV(B)201.18º11.33%58.82%-
XYZ25.1527.1432.77-
YUV141.39132.86122.01-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.15%
GREEN value IS 144 (56.64% from 255) = 33.72%
BLUE value IS 150 (58.98% from 255) = 35.13%
R=31.15%
G=33.72%
B=35.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1331441500.110.0400.41201.187.4955.49
Hex859096B4029c9737
Octal205220226134051311767
Binary1000010110010000100101101011100010100111001001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859096; }

 p { color: rgb(133,144,150); }

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

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

 a { background-color: rgb(133,144,150); }

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

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

 span { border-color: rgb(133,144,150); }

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