#85888A

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

Shades of Aluminium #85888A

Tints of Aluminium #85888A

Color information

#85888A (or 0x85888A) is unknown color: approx Aluminium. HEX triplet: 85, 88 and 8A. RGB value is (133,136,138). Sum of RGB (Red+Green+Blue) = 133+136+138=407 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.68% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 138 - color contains mainly: blue. Hex color #85888A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85888A is #7A7775. Grayscale: #878787. Windows color (decimal): -8025974 or 9078917. OLE color: 9078917.

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

Color convert

RGB133136138-
CMYK0.040.0100.46
HSL204º2.09%53.14%-
HSV(B)204º3.62%54.12%-
XYZ23.0624.4327.54-
YUV135.33129.51126.34-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.68%
GREEN value IS 136 (53.52% from 255) = 33.42%
BLUE value IS 138 (54.30% from 255) = 33.91%
R=32.68%
G=33.42%
B=33.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1331361380.040.0100.462042.0953.14
Hex85888A4102Ecc235
Octal20521021241056314265
Binary100001011000100010001010100101011101100110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85888A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85888A; }

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

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

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

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

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

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

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

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