Shades of Aluminium #808182
Tints of Aluminium #808182
RGB
CMYK
RGB Variations
Color information
#808182 (or 0x808182) is known color: Aluminium. HEX triplet: 80, 81 and 82. RGB value is (128,129,130). Sum of RGB (Red+Green+Blue) = 128+129+130=387 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.07% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 130 (51.17% from 255 or 33.59% from 387); Max value from RGB is 130 - color contains mainly: blue. Hex color #808182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808182 is #7F7E7D. Grayscale: #808080. Windows color (decimal): -8355454 or 8552832. OLE color: 8552832.
HSL color Cylindrical-coordinate representation of color #808182: hue angle of 210º degrees, saturation: 0.01, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #808182 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
RGB | 128 | 129 | 130 | - |
CMYK | 0.02 | 0.01 | 0 | 0.49 |
HSL | 210º | 0.01% | 0.51% | - |
HSV(B) | 210º | 0.02% | 0.51% | - |
XYZ | 20.78 | 21.9 | 24.25 | - |
YUV | 128.82 | 128.67 | 127.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 128 | 129 | 130 | 0.02 | 0.01 | 0 | 0.49 | 210 | 0.01 | 0.51 |
Hex | 80 | 81 | 82 | 2 | 1 | 0 | 31 | D2 | 1 | 33 |
Octal | 200 | 201 | 202 | 2 | 1 | 0 | 61 | 322 | 1 | 63 |
Binary | 10000000 | 10000001 | 10000010 | 10 | 1 | 0 | 110001 | 11010010 | 1 | 110011 |
Color Harmonies of #808182
Complementary color
Monochromatic Colors of #808182
Black with #808182
Text Example
Text Example
White with #808182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808182; }
p { color: rgb(128,129,130); }
H1.HeaderClassName
{
color: #808182;
}
.AnyTagClassName
{
color: #808182;
}
</style>
background-color css
<style>
a { background-color: #808182; }
a { background-color: rgb(128,129,130); }
div.DivClassName
{
background-color: #808182;
}
.BgClassName
{
background-color: #808182;
}
</style>
border-color css
<style>
span { border-color: #808182; }
span { border-color: rgb(128,129,130); }
td.TdClassName
{
border-color: #808182;
}
.TagClassName
{
border-color: #808182;
}
</style>