#85888B

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

Shades of Aluminium #85888B

Tints of Aluminium #85888B

Color information

#85888B (or 0x85888B) is unknown color: approx Aluminium. HEX triplet: 85, 88 and 8B. RGB value is (133,136,139). Sum of RGB (Red+Green+Blue) = 133+136+139=408 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.60% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 139 - color contains mainly: blue. Hex color #85888B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85888B is #7A7774. Grayscale: #878787. Windows color (decimal): -8025973 or 9144453. OLE color: 9144453.

HSL color Cylindrical-coordinate representation of color #85888B: hue angle of 210º 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 #85888B is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB133136139-
CMYK0.040.0200.45
HSL210º2.52%53.33%-
HSV(B)210º4.32%54.51%-
XYZ23.1424.4627.93-
YUV135.44130.01126.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.60%
GREEN value IS 136 (53.52% from 255) = 33.33%
BLUE value IS 139 (54.69% from 255) = 34.07%
R=32.60%
G=33.33%
B=34.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1331361390.040.0200.452102.5253.33
Hex85888B4202Dd2335
Octal20521021342055322365
Binary1000010110001000100010111001001011011101001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85888B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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