Shades of Aluminium #82858A
Tints of Aluminium #82858A
RGB
CMYK
RGB Variations
Color information
#82858A (or 0x82858A) is known color: Aluminium. HEX triplet: 82, 85 and 8A. RGB value is (130,133,138). Sum of RGB (Red+Green+Blue) = 130+133+138=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 138 - color contains mainly: blue. Hex color #82858A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82858A is #7D7A75. Grayscale: #848484. Windows color (decimal): -8223350 or 9078146. OLE color: 9078146.
HSL color Cylindrical-coordinate representation of color #82858A: hue angle of 217.5º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #82858A is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 133 | 138 | - |
| CMYK | 0.06 | 0.04 | 0 | 0.46 |
| HSL | 217.5º | 0.03% | 0.53% | - |
| HSV(B) | 217.5º | 0.06% | 0.54% | - |
| XYZ | 22.18 | 23.36 | 27.38 | - |
| YUV | 132.67 | 131.01 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 133 | 138 | 0.06 | 0.04 | 0 | 0.46 | 217.5 | 0.03 | 0.53 |
| Hex | 82 | 85 | 8A | 6 | 4 | 0 | 2E | DA | 3 | 35 |
| Octal | 202 | 205 | 212 | 6 | 4 | 0 | 56 | 332 | 3 | 65 |
| Binary | 10000010 | 10000101 | 10001010 | 110 | 100 | 0 | 101110 | 11011010 | 11 | 110101 |
Color Harmonies of #82858A
Complementary color
Monochromatic Colors of #82858A
Black with #82858A
Text Example
Text Example
White with #82858A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82858A; }
p { color: rgb(130,133,138); }
H1.HeaderClassName
{
color: #82858A;
}
.AnyTagClassName
{
color: #82858A;
}
</style>
background-color css
<style>
a { background-color: #82858A; }
a { background-color: rgb(130,133,138); }
div.DivClassName
{
background-color: #82858A;
}
.BgClassName
{
background-color: #82858A;
}
</style>
border-color css
<style>
span { border-color: #82858A; }
span { border-color: rgb(130,133,138); }
td.TdClassName
{
border-color: #82858A;
}
.TagClassName
{
border-color: #82858A;
}
</style>