#858688

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

Shades of Aluminium #858688

Tints of Aluminium #858688

Color information

#858688 (or 0x858688) is unknown color: approx Aluminium. HEX triplet: 85, 86 and 88. RGB value is (133,134,136). Sum of RGB (Red+Green+Blue) = 133+134+136=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 134 (52.73% from 255 or 33.25% from 403); Blue value is 136 (53.52% from 255 or 33.75% from 403); Max value from RGB is 136 - color contains mainly: blue. Hex color #858688 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858688 is #7A7977. Grayscale: #858585. Windows color (decimal): -8026488 or 8947333. OLE color: 8947333.

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

Color convert

RGB133134136-
CMYK0.020.0100.47
HSL220º1.24%52.75%-
HSV(B)220º2.21%53.33%-
XYZ22.6423.8126.7-
YUV133.93129.17127.34-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.00%
GREEN value IS 134 (52.73% from 255) = 33.25%
BLUE value IS 136 (53.52% from 255) = 33.75%
R=33.00%
G=33.25%
B=33.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1331341360.020.0100.472201.2452.75
Hex8586882102Fdc135
Octal20520621021057334165
Binary1000010110000110100010001010101111110111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858688; }

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

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

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

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

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

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

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

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