#859196

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

Shades of Aluminium #859196

Tints of Aluminium #859196

Color information

#859196 (or 0x859196) is unknown color: approx Aluminium. HEX triplet: 85, 91 and 96. RGB value is (133,145,150). Sum of RGB (Red+Green+Blue) = 133+145+150=428 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.07% from 428); Green value is 145 (57.03% from 255 or 33.88% from 428); Blue value is 150 (58.98% from 255 or 35.05% from 428); Max value from RGB is 150 - color contains mainly: blue. Hex color #859196 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859196 is #7A6E69. Grayscale: #8D8D8D. Windows color (decimal): -8023658 or 9867653. OLE color: 9867653.

HSL color Cylindrical-coordinate representation of color #859196: hue angle of 197.65º 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 #859196 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB133145150-
CMYK0.110.0300.41
HSL197.65º7.49%55.49%-
HSV(B)197.65º11.33%58.82%-
XYZ25.327.4432.82-
YUV141.98132.52121.59-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.07%
GREEN value IS 145 (57.03% from 255) = 33.88%
BLUE value IS 150 (58.98% from 255) = 35.05%
R=31.07%
G=33.88%
B=35.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1331451500.110.0300.41197.657.4955.49
Hex859196B3029c6737
Octal205221226133051306767
Binary100001011001000110010110101111010100111000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859196; }

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

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

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

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

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

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

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

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