#858C93

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

Shades of Aluminium #858C93

Tints of Aluminium #858C93

Color information

#858C93 (or 0x858C93) is unknown color: approx Aluminium. HEX triplet: 85, 8C and 93. RGB value is (133,140,147). Sum of RGB (Red+Green+Blue) = 133+140+147=420 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.67% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 147 (57.81% from 255 or 35% from 420); Max value from RGB is 147 - color contains mainly: blue. Hex color #858C93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858C93 is #7A736C. Grayscale: #8A8A8A. Windows color (decimal): -8024941 or 9669765. OLE color: 9669765.

HSL color Cylindrical-coordinate representation of color #858C93: hue angle of 210º degrees, saturation: 0.06, 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 #858C93 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB133140147-
CMYK0.100.0500.42
HSL210º6.09%54.9%-
HSV(B)210º9.52%57.65%-
XYZ24.3225.8531.31-
YUV138.7132.68123.93-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.67%
GREEN value IS 140 (55.08% from 255) = 33.33%
BLUE value IS 147 (57.81% from 255) = 35%
R=31.67%
G=33.33%
B=35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1331401470.100.0500.422106.0954.9
Hex858C93A502Ad2637
Octal205214223125052322667
Binary1000010110001100100100111010101010101011010010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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