#858C92

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

Shades of Aluminium #858C92

Tints of Aluminium #858C92

Color information

#858C92 (or 0x858C92) is unknown color: approx Aluminium. HEX triplet: 85, 8C and 92. RGB value is (133,140,146). Sum of RGB (Red+Green+Blue) = 133+140+146=419 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.74% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 146 (57.42% from 255 or 34.84% from 419); Max value from RGB is 146 - color contains mainly: blue. Hex color #858C92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858C92 is #7A736D. Grayscale: #8A8A8A. Windows color (decimal): -8024942 or 9604229. OLE color: 9604229.

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

Color convert

RGB133140146-
CMYK0.090.0400.43
HSL207.69º5.63%54.71%-
HSV(B)207.69º8.9%57.25%-
XYZ24.2425.8230.9-
YUV138.59132.18124.01-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.74%
GREEN value IS 140 (55.08% from 255) = 33.41%
BLUE value IS 146 (57.42% from 255) = 34.84%
R=31.74%
G=33.41%
B=34.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1331401460.090.0400.43207.695.6354.71
Hex858C929402Bd0637
Octal205214222114053320667
Binary1000010110001100100100101001100010101111010000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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