#858C91

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

Shades of Aluminium #858C91

Tints of Aluminium #858C91

Color information

#858C91 (or 0x858C91) is unknown color: approx Aluminium. HEX triplet: 85, 8C and 91. RGB value is (133,140,145). Sum of RGB (Red+Green+Blue) = 133+140+145=418 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.82% from 418); Green value is 140 (55.08% from 255 or 33.49% from 418); Blue value is 145 (57.03% from 255 or 34.69% from 418); Max value from RGB is 145 - color contains mainly: blue. Hex color #858C91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858C91 is #7A736E. Grayscale: #8A8A8A. Windows color (decimal): -8024943 or 9538693. OLE color: 9538693.

HSL color Cylindrical-coordinate representation of color #858C91: hue angle of 205º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #858C91 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB133140145-
CMYK0.080.0300.43
HSL205º5.17%54.51%-
HSV(B)205º8.28%56.86%-
XYZ24.1625.7930.49-
YUV138.48131.68124.09-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.82%
GREEN value IS 140 (55.08% from 255) = 33.49%
BLUE value IS 145 (57.03% from 255) = 34.69%
R=31.82%
G=33.49%
B=34.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1331401450.080.0300.432055.1754.51
Hex858C918302Bcd537
Octal205214221103053315567
Binary100001011000110010010001100011010101111001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858C91; }

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

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

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

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

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

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

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

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