Html Css Color HEX #83888C Aluminium

📋 copy color: '#83888C'

red 131 ◦ green 136 ◦ blue 140

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

Shades of Aluminium #83888C

Tints of Aluminium #83888C

RGB

 RED value IS 131 (51.56% from 255) = 32.19%

 GREEN value IS 136 (53.52% from 255) = 33.42%

 BLUE value IS 140 (55.08% from 255) = 34.4%

R = 32.19%
G = 33.42%
B = 34.4%

CMYK

 C value IS 0.06

 M value IS 0.03

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#83888C (or 0x83888C) is known color: Aluminium. HEX triplet: 83, 88 and 8C. RGB value is (131,136,140). Sum of RGB (Red+Green+Blue) = 131+136+140=407 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.19% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 140 - color contains mainly: blue. Hex color #83888C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83888C is #7C7773. Grayscale: #868686. Windows color (decimal): -8157044 or 9209987. OLE color: 9209987.

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

Color convert

RGB 131 136 140 -
CMYK 0.06 0.03 0 0.45
HSL 206.67º 0.04% 0.53% -
HSV(B) 206.67º 0.06% 0.55% -
XYZ 22.9 24.33 28.3 -
YUV 134.96 130.84 125.17 -
System Red Green Blue C M Y K H S L
Decimal 131 136 140 0.06 0.03 0 0.45 206.67 0.04 0.53
Hex 83 88 8C 6 3 0 2D CF 4 35
Octal 203 210 214 6 3 0 55 317 4 65
Binary 10000011 10001000 10001100 110 11 0 101101 11001111 100 110101

Color Harmonies of #83888C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83888C

Black with #83888C

Text Example


Text Example

White with #83888C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #83888C;
 }
 .AnyTagClassName
 {
   color: #83888C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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