#83888A

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

Shades of Aluminium #83888A

Tints of Aluminium #83888A

Color information

#83888A (or 0x83888A) is unknown color: approx Aluminium. HEX triplet: 83, 88 and 8A. RGB value is (131,136,138). Sum of RGB (Red+Green+Blue) = 131+136+138=405 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.35% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 138 - color contains mainly: blue. Hex color #83888A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83888A is #7C7775. Grayscale: #868686. Windows color (decimal): -8157046 or 9078915. OLE color: 9078915.

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

Color convert

RGB131136138-
CMYK0.050.0100.46
HSL197.14º2.9%52.75%-
HSV(B)197.14º5.07%54.12%-
XYZ22.7524.2727.53-
YUV134.73129.84125.34-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.35%
GREEN value IS 136 (53.52% from 255) = 33.58%
BLUE value IS 138 (54.30% from 255) = 34.07%
R=32.35%
G=33.58%
B=34.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1311361380.050.0100.46197.142.952.75
Hex83888A5102Ec5335
Octal20321021251056305365
Binary100000111000100010001010101101011101100010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83888A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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