#858788

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

Shades of Aluminium #858788

Tints of Aluminium #858788

Color information

#858788 (or 0x858788) is unknown color: approx Aluminium. HEX triplet: 85, 87 and 88. RGB value is (133,135,136). Sum of RGB (Red+Green+Blue) = 133+135+136=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 136 (53.52% from 255 or 33.66% from 404); Max value from RGB is 136 - color contains mainly: blue. Hex color #858788 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858788 is #7A7877. Grayscale: #868686. Windows color (decimal): -8026232 or 8947589. OLE color: 8947589.

HSL color Cylindrical-coordinate representation of color #858788: hue angle of 200º 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 #858788 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB133135136-
CMYK0.020.0100.47
HSL200º1.24%52.75%-
HSV(B)200º2.21%53.33%-
XYZ22.7824.0926.74-
YUV134.52128.84126.92-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.92%
GREEN value IS 135 (53.12% from 255) = 33.42%
BLUE value IS 136 (53.52% from 255) = 33.66%
R=32.92%
G=33.42%
B=33.66%

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
Decimal1331351360.020.0100.472001.2452.75
Hex8587882102Fc8135
Octal20520721021057310165
Binary1000010110000111100010001010101111110010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858788; }

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

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

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

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

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

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

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

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