Html Css Color HEX #82868B Aluminium

📋 copy color: '#82868B'

red 130 ◦ green 134 ◦ blue 139

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

Shades of Aluminium #82868B

Tints of Aluminium #82868B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.25%

 BLUE value IS 139 (54.69% from 255) = 34.49%

R = 32.26%
G = 33.25%
B = 34.49%

CMYK

 C value IS 0.06

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#82868B (or 0x82868B) is known color: Aluminium. HEX triplet: 82, 86 and 8B. RGB value is (130,134,139). Sum of RGB (Red+Green+Blue) = 130+134+139=403 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.26% from 403); Green value is 134 (52.73% from 255 or 33.25% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 139 - color contains mainly: blue. Hex color #82868B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82868B is #7D7974. Grayscale: #858585. Windows color (decimal): -8223093 or 9143938. OLE color: 9143938.

HSL color Cylindrical-coordinate representation of color #82868B: hue angle of 213.33º 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 #82868B is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 130 134 139 -
CMYK 0.06 0.04 0 0.45
HSL 213.33º 0.04% 0.53% -
HSV(B) 213.33º 0.06% 0.55% -
XYZ 22.39 23.66 27.81 -
YUV 133.37 131.17 125.59 -
System Red Green Blue C M Y K H S L
Decimal 130 134 139 0.06 0.04 0 0.45 213.33 0.04 0.53
Hex 82 86 8B 6 4 0 2D D5 4 35
Octal 202 206 213 6 4 0 55 325 4 65
Binary 10000010 10000110 10001011 110 100 0 101101 11010101 100 110101

Color Harmonies of #82868B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82868B

Black with #82868B

Text Example


Text Example

White with #82868B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82868B; }

 p { color: rgb(130,134,139); }

 H1.HeaderClassName
 {
   color: #82868B;
 }
 .AnyTagClassName
 {
   color: #82868B;
 }
</style>

background-color css

<style>
 a { background-color: #82868B; }

 a { background-color: rgb(130,134,139); }

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

border-color css

<style>
 span { border-color: #82868B; }

 span { border-color: rgb(130,134,139); }

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