#85888D

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

Shades of Aluminium #85888D

Tints of Aluminium #85888D

Color information

#85888D (or 0x85888D) is unknown color: approx Aluminium. HEX triplet: 85, 88 and 8D. RGB value is (133,136,141). Sum of RGB (Red+Green+Blue) = 133+136+141=410 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.44% from 410); Green value is 136 (53.52% from 255 or 33.17% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 141 - color contains mainly: blue. Hex color #85888D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85888D is #7A7772. Grayscale: #878787. Windows color (decimal): -8025971 or 9275525. OLE color: 9275525.

HSL color Cylindrical-coordinate representation of color #85888D: hue angle of 217.5º degrees, saturation: 0.03, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #85888D is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB133136141-
CMYK0.060.0400.45
HSL217.5º3.39%53.73%-
HSV(B)217.5º5.67%55.29%-
XYZ23.2824.5228.7-
YUV135.67131.01126.09-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.44%
GREEN value IS 136 (53.52% from 255) = 33.17%
BLUE value IS 141 (55.47% from 255) = 34.39%
R=32.44%
G=33.17%
B=34.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1331361410.060.0400.45217.53.3953.73
Hex85888D6402Dd9336
Octal20521021564055331366
Binary10000101100010001000110111010001011011101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85888D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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