Html Css Color HEX #83888A Aluminium

📋 copy color: '#83888A'

red 131 ◦ green 136 ◦ blue 138

#83888A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aluminium #83888A

Tints of Aluminium #83888A

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.3% from 255) = 34.07%

R = 32.35%
G = 33.58%
B = 34.07%

CMYK

 C value IS 0.05

 M value IS 0.01

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#83888A (or 0x83888A) is known color: 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

RGB 131 136 138 -
CMYK 0.05 0.01 0 0.46
HSL 197.14º 0.03% 0.53% -
HSV(B) 197.14º 0.05% 0.54% -
XYZ 22.75 24.27 27.53 -
YUV 134.73 129.84 125.34 -
System Red Green Blue C M Y K H S L
Decimal 131 136 138 0.05 0.01 0 0.46 197.14 0.03 0.53
Hex 83 88 8A 5 1 0 2E C5 3 35
Octal 203 210 212 5 1 0 56 305 3 65
Binary 10000011 10001000 10001010 101 1 0 101110 11000101 11 110101

Color Harmonies of #83888A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83888A

Black with #83888A

Text Example


Text Example

White with #83888A

Text Example


Text Example

HTML Codes & Css Web 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>