#859296

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

Shades of Aluminium #859296

Tints of Aluminium #859296

Color information

#859296 (or 0x859296) is unknown color: approx Aluminium. HEX triplet: 85, 92 and 96. RGB value is (133,146,150). Sum of RGB (Red+Green+Blue) = 133+146+150=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 146 (57.42% from 255 or 34.03% from 429); Blue value is 150 (58.98% from 255 or 34.97% from 429); Max value from RGB is 150 - color contains mainly: blue. Hex color #859296 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859296 is #7A6D69. Grayscale: #8E8E8E. Windows color (decimal): -8023402 or 9867909. OLE color: 9867909.

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

Color convert

RGB133146150-
CMYK0.110.0300.41
HSL194.12º7.49%55.49%-
HSV(B)194.12º11.33%58.82%-
XYZ25.4627.7532.87-
YUV142.57132.19121.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.00%
GREEN value IS 146 (57.42% from 255) = 34.03%
BLUE value IS 150 (58.98% from 255) = 34.97%
R=31.00%
G=34.03%
B=34.97%

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
Decimal1331461500.110.0300.41194.127.4955.49
Hex859296B3029c2737
Octal205222226133051302767
Binary100001011001001010010110101111010100111000010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859296; }

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

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

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

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

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

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

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

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