#859094

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

Shades of Aluminium #859094

Tints of Aluminium #859094

Color information

#859094 (or 0x859094) is unknown color: approx Aluminium. HEX triplet: 85, 90 and 94. RGB value is (133,144,148). Sum of RGB (Red+Green+Blue) = 133+144+148=425 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.29% from 425); Green value is 144 (56.64% from 255 or 33.88% from 425); Blue value is 148 (58.20% from 255 or 34.82% from 425); Max value from RGB is 148 - color contains mainly: blue. Hex color #859094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859094 is #7A6F6B. Grayscale: #8D8D8D. Windows color (decimal): -8023916 or 9736325. OLE color: 9736325.

HSL color Cylindrical-coordinate representation of color #859094: hue angle of 196º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #859094 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB133144148-
CMYK0.100.0300.42
HSL196º6.55%55.1%-
HSV(B)196º10.14%58.04%-
XYZ24.9927.0731.93-
YUV141.17131.86122.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.29%
GREEN value IS 144 (56.64% from 255) = 33.88%
BLUE value IS 148 (58.20% from 255) = 34.82%
R=31.29%
G=33.88%
B=34.82%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1331441480.100.0300.421966.5555.1
Hex859094A302Ac4737
Octal205220224123052304767
Binary100001011001000010010100101011010101011000100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859094; }

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

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

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

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

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

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

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

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