Shades of Aluminium #82888B
Tints of Aluminium #82888B
RGB
CMYK
RGB Variations
Color information
#82888B (or 0x82888B) is known color: Aluminium. HEX triplet: 82, 88 and 8B. RGB value is (130,136,139). Sum of RGB (Red+Green+Blue) = 130+136+139=405 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.10% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 139 - color contains mainly: blue. Hex color #82888B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82888B is #7D7774. Grayscale: #868686. Windows color (decimal): -8222581 or 9144450. OLE color: 9144450.
HSL color Cylindrical-coordinate representation of color #82888B: hue angle of 200º 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 #82888B is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 136 | 139 | - |
| CMYK | 0.06 | 0.02 | 0 | 0.45 |
| HSL | 200º | 0.04% | 0.53% | - |
| HSV(B) | 200º | 0.06% | 0.55% | - |
| XYZ | 22.67 | 24.22 | 27.91 | - |
| YUV | 134.55 | 130.51 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 136 | 139 | 0.06 | 0.02 | 0 | 0.45 | 200 | 0.04 | 0.53 |
| Hex | 82 | 88 | 8B | 6 | 2 | 0 | 2D | C8 | 4 | 35 |
| Octal | 202 | 210 | 213 | 6 | 2 | 0 | 55 | 310 | 4 | 65 |
| Binary | 10000010 | 10001000 | 10001011 | 110 | 10 | 0 | 101101 | 11001000 | 100 | 110101 |
Color Harmonies of #82888B
Complementary color
Monochromatic Colors of #82888B
Black with #82888B
Text Example
Text Example
White with #82888B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82888B; }
p { color: rgb(130,136,139); }
H1.HeaderClassName
{
color: #82888B;
}
.AnyTagClassName
{
color: #82888B;
}
</style>
background-color css
<style>
a { background-color: #82888B; }
a { background-color: rgb(130,136,139); }
div.DivClassName
{
background-color: #82888B;
}
.BgClassName
{
background-color: #82888B;
}
</style>
border-color css
<style>
span { border-color: #82888B; }
span { border-color: rgb(130,136,139); }
td.TdClassName
{
border-color: #82888B;
}
.TagClassName
{
border-color: #82888B;
}
</style>