#85878B

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

Shades of Aluminium #85878B

Tints of Aluminium #85878B

Color information

#85878B (or 0x85878B) is unknown color: approx Aluminium. HEX triplet: 85, 87 and 8B. RGB value is (133,135,139). Sum of RGB (Red+Green+Blue) = 133+135+139=407 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.68% from 407); Green value is 135 (53.12% from 255 or 33.17% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 139 - color contains mainly: blue. Hex color #85878B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85878B is #7A7874. Grayscale: #868686. Windows color (decimal): -8026229 or 9144197. OLE color: 9144197.

HSL color Cylindrical-coordinate representation of color #85878B: hue angle of 220º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #85878B is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB133135139-
CMYK0.040.0300.45
HSL220º2.52%53.33%-
HSV(B)220º4.32%54.51%-
XYZ2324.1827.88-
YUV134.86130.34126.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.68%
GREEN value IS 135 (53.12% from 255) = 33.17%
BLUE value IS 139 (54.69% from 255) = 34.15%
R=32.68%
G=33.17%
B=34.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1331351390.040.0300.452202.5253.33
Hex85878B4302Ddc335
Octal20520721343055334365
Binary1000010110000111100010111001101011011101110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85878B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85878B; }

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

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

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

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

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

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

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

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