Html Css Color HEX #80858A Aluminium

📋 copy color: '#80858A'

red 128 ◦ green 133 ◦ blue 138

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

Shades of Aluminium #80858A

Tints of Aluminium #80858A

RGB

 RED value IS 128 (50.39% from 255) = 32.08%

 GREEN value IS 133 (52.34% from 255) = 33.33%

 BLUE value IS 138 (54.3% from 255) = 34.59%

R = 32.08%
G = 33.33%
B = 34.59%

CMYK

 C value IS 0.07

 M value IS 0.04

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#80858A (or 0x80858A) is known color: Aluminium. HEX triplet: 80, 85 and 8A. RGB value is (128,133,138). Sum of RGB (Red+Green+Blue) = 128+133+138=399 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.08% from 399); Green value is 133 (52.34% from 255 or 33.33% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 138 - color contains mainly: blue. Hex color #80858A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80858A is #7F7A75. Grayscale: #848484. Windows color (decimal): -8354422 or 9078144. OLE color: 9078144.

HSL color Cylindrical-coordinate representation of color #80858A: hue angle of 210º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #80858A is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 128 133 138 -
CMYK 0.07 0.04 0 0.46
HSL 210º 0.04% 0.52% -
HSV(B) 210º 0.07% 0.54% -
XYZ 21.88 23.2 27.37 -
YUV 132.08 131.34 125.09 -
System Red Green Blue C M Y K H S L
Decimal 128 133 138 0.07 0.04 0 0.46 210 0.04 0.52
Hex 80 85 8A 7 4 0 2E D2 4 34
Octal 200 205 212 7 4 0 56 322 4 64
Binary 10000000 10000101 10001010 111 100 0 101110 11010010 100 110100

Color Harmonies of #80858A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80858A

Black with #80858A

Text Example


Text Example

White with #80858A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80858A; }

 p { color: rgb(128,133,138); }

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

background-color css

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

 a { background-color: rgb(128,133,138); }

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

border-color css

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

 span { border-color: rgb(128,133,138); }

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