Html Css Color HEX #82888E Aluminium

📋 copy color: '#82888E'

red 130 ◦ green 136 ◦ blue 142

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

Shades of Aluminium #82888E

Tints of Aluminium #82888E

RGB

 RED value IS 130 (51.17% from 255) = 31.86%

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

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

R = 31.86%
G = 33.33%
B = 34.8%

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

#82888E (or 0x82888E) is known color: Aluminium. HEX triplet: 82, 88 and 8E. RGB value is (130,136,142). Sum of RGB (Red+Green+Blue) = 130+136+142=408 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.86% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 142 (55.86% from 255 or 34.80% from 408); Max value from RGB is 142 - color contains mainly: blue. Hex color #82888E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82888E is #7D7771. Grayscale: #868686. Windows color (decimal): -8222578 or 9341058. OLE color: 9341058.

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

Color convert

RGB 130 136 142 -
CMYK 0.08 0.04 0 0.44
HSL 210º 0.05% 0.53% -
HSV(B) 210º 0.08% 0.56% -
XYZ 22.89 24.31 29.08 -
YUV 134.89 132.01 124.51 -
System Red Green Blue C M Y K H S L
Decimal 130 136 142 0.08 0.04 0 0.44 210 0.05 0.53
Hex 82 88 8E 8 4 0 2C D2 5 35
Octal 202 210 216 10 4 0 54 322 5 65
Binary 10000010 10001000 10001110 1000 100 0 101100 11010010 101 110101

Color Harmonies of #82888E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82888E

Black with #82888E

Text Example


Text Example

White with #82888E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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