#838485

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

Shades of Aluminium #838485

Tints of Aluminium #838485

Color information

#838485 (or 0x838485) is unknown color: approx Aluminium. HEX triplet: 83, 84 and 85. RGB value is (131,132,133). Sum of RGB (Red+Green+Blue) = 131+132+133=396 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.08% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 133 (52.34% from 255 or 33.59% from 396); Max value from RGB is 133 - color contains mainly: blue. Hex color #838485 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838485 is #7C7B7A. Grayscale: #838383. Windows color (decimal): -8158075 or 8750211. OLE color: 8750211.

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

Color convert

RGB131132133-
CMYK0.020.0100.48
HSL210º0.81%51.76%-
HSV(B)210º1.5%52.16%-
XYZ21.8423.0225.48-
YUV131.82128.67127.42-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.08%
GREEN value IS 132 (51.95% from 255) = 33.33%
BLUE value IS 133 (52.34% from 255) = 33.59%
R=33.08%
G=33.33%
B=33.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1311321330.020.0100.482100.8151.76
Hex83848521030d2134
Octal20320420521060322164
Binary1000001110000100100001011010110000110100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838485; }

 p { color: rgb(131,132,133); }

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

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

 a { background-color: rgb(131,132,133); }

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

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

 span { border-color: rgb(131,132,133); }

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