Html Css Color HEX #83888E Aluminium

📋 copy color: '#83888E'

red 131 ◦ green 136 ◦ blue 142

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

Shades of Aluminium #83888E

Tints of Aluminium #83888E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.72%

R = 32.03%
G = 33.25%
B = 34.72%

CMYK

 C value IS 0.08

 M value IS 0.04

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#83888E (or 0x83888E) is known color: Aluminium. HEX triplet: 83, 88 and 8E. RGB value is (131,136,142). Sum of RGB (Red+Green+Blue) = 131+136+142=409 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.03% from 409); Green value is 136 (53.52% from 255 or 33.25% from 409); Blue value is 142 (55.86% from 255 or 34.72% from 409); Max value from RGB is 142 - color contains mainly: blue. Hex color #83888E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83888E is #7C7771. Grayscale: #878787. Windows color (decimal): -8157042 or 9341059. OLE color: 9341059.

HSL color Cylindrical-coordinate representation of color #83888E: hue angle of 212.73º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #83888E is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 131 136 142 -
CMYK 0.08 0.04 0 0.44
HSL 212.73º 0.05% 0.54% -
HSV(B) 212.73º 0.08% 0.56% -
XYZ 23.05 24.39 29.08 -
YUV 135.19 131.84 125.01 -
System Red Green Blue C M Y K H S L
Decimal 131 136 142 0.08 0.04 0 0.44 212.73 0.05 0.54
Hex 83 88 8E 8 4 0 2C D5 5 36
Octal 203 210 216 10 4 0 54 325 5 66
Binary 10000011 10001000 10001110 1000 100 0 101100 11010101 101 110110

Color Harmonies of #83888E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83888E

Black with #83888E

Text Example


Text Example

White with #83888E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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