#858789

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

Shades of Aluminium #858789

Tints of Aluminium #858789

Color information

#858789 (or 0x858789) is unknown color: approx Aluminium. HEX triplet: 85, 87 and 89. RGB value is (133,135,137). Sum of RGB (Red+Green+Blue) = 133+135+137=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 135 (53.12% from 255 or 33.33% from 405); Blue value is 137 (53.91% from 255 or 33.83% from 405); Max value from RGB is 137 - color contains mainly: blue. Hex color #858789 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858789 is #7A7876. Grayscale: #868686. Windows color (decimal): -8026231 or 9013125. OLE color: 9013125.

HSL color Cylindrical-coordinate representation of color #858789: hue angle of 210º degrees, saturation: 0.02, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #858789 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB133135137-
CMYK0.030.0100.46
HSL210º1.67%52.94%-
HSV(B)210º2.92%53.73%-
XYZ22.8524.1227.12-
YUV134.63129.34126.84-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.84%
GREEN value IS 135 (53.12% from 255) = 33.33%
BLUE value IS 137 (53.91% from 255) = 33.83%
R=32.84%
G=33.33%
B=33.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1331351370.030.0100.462101.6752.94
Hex8587893102Ed2235
Octal20520721131056322265
Binary10000101100001111000100111101011101101001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858789; }

 p { color: rgb(133,135,137); }

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

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

 a { background-color: rgb(133,135,137); }

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

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

 span { border-color: rgb(133,135,137); }

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