Html Css Color HEX #828990 Aluminium

📋 copy color: '#828990'

red 130 ◦ green 137 ◦ blue 144

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

Shades of Aluminium #828990

Tints of Aluminium #828990

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.33%

 BLUE value IS 144 (56.64% from 255) = 35.04%

R = 31.63%
G = 33.33%
B = 35.04%

CMYK

 C value IS 0.10

 M value IS 0.05

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#828990 (or 0x828990) is known color: Aluminium. HEX triplet: 82, 89 and 90. RGB value is (130,137,144). Sum of RGB (Red+Green+Blue) = 130+137+144=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 137 (53.91% from 255 or 33.33% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 144 - color contains mainly: blue. Hex color #828990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828990 is #7D766F. Grayscale: #878787. Windows color (decimal): -8222320 or 9472386. OLE color: 9472386.

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

Color convert

RGB 130 137 144 -
CMYK 0.10 0.05 0 0.44
HSL 210º 0.06% 0.54% -
HSV(B) 210º 0.1% 0.56% -
XYZ 23.19 24.65 29.92 -
YUV 135.71 132.68 123.93 -
System Red Green Blue C M Y K H S L
Decimal 130 137 144 0.10 0.05 0 0.44 210 0.06 0.54
Hex 82 89 90 A 5 0 2C D2 6 36
Octal 202 211 220 12 5 0 54 322 6 66
Binary 10000010 10001001 10010000 1010 101 0 101100 11010010 110 110110

Color Harmonies of #828990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828990

Black with #828990

Text Example


Text Example

White with #828990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828990; }

 p { color: rgb(130,137,144); }

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

background-color css

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

 a { background-color: rgb(130,137,144); }

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

border-color css

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

 span { border-color: rgb(130,137,144); }

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