#858687

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

Shades of Aluminium #858687

Tints of Aluminium #858687

Color information

#858687 (or 0x858687) is unknown color: approx Aluminium. HEX triplet: 85, 86 and 87. RGB value is (133,134,135). Sum of RGB (Red+Green+Blue) = 133+134+135=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 134 (52.73% from 255 or 33.33% from 402); Blue value is 135 (53.12% from 255 or 33.58% from 402); Max value from RGB is 135 - color contains mainly: blue. Hex color #858687 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858687 is #7A7978. Grayscale: #858585. Windows color (decimal): -8026489 or 8881797. OLE color: 8881797.

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

Color convert

RGB133134135-
CMYK0.010.0100.47
HSL210º0.83%52.55%-
HSV(B)210º1.48%52.94%-
XYZ22.5723.7926.32-
YUV133.82128.67127.42-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.08%
GREEN value IS 134 (52.73% from 255) = 33.33%
BLUE value IS 135 (53.12% from 255) = 33.58%
R=33.08%
G=33.33%
B=33.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1331341350.010.0100.472100.8352.55
Hex8586871102Fd2135
Octal20520620711057322165
Binary100001011000011010000111110101111110100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858687; }

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

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

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

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

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

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

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

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