Shades of Aluminium #828689
Tints of Aluminium #828689
RGB
CMYK
RGB Variations
Color information
#828689 (or 0x828689) is known color: Aluminium. HEX triplet: 82, 86 and 89. RGB value is (130,134,137). Sum of RGB (Red+Green+Blue) = 130+134+137=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 134 (52.73% from 255 or 33.42% from 401); Blue value is 137 (53.91% from 255 or 34.16% from 401); Max value from RGB is 137 - color contains mainly: blue. Hex color #828689 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828689 is #7D7976. Grayscale: #858585. Windows color (decimal): -8223095 or 9012866. OLE color: 9012866.
HSL color Cylindrical-coordinate representation of color #828689: hue angle of 205.71º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #828689 is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 134 | 137 | - |
| CMYK | 0.05 | 0.02 | 0 | 0.46 |
| HSL | 205.71º | 0.03% | 0.52% | - |
| HSV(B) | 205.71º | 0.05% | 0.54% | - |
| XYZ | 22.25 | 23.6 | 27.05 | - |
| YUV | 133.15 | 130.17 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 134 | 137 | 0.05 | 0.02 | 0 | 0.46 | 205.71 | 0.03 | 0.52 |
| Hex | 82 | 86 | 89 | 5 | 2 | 0 | 2E | CE | 3 | 34 |
| Octal | 202 | 206 | 211 | 5 | 2 | 0 | 56 | 316 | 3 | 64 |
| Binary | 10000010 | 10000110 | 10001001 | 101 | 10 | 0 | 101110 | 11001110 | 11 | 110100 |
Color Harmonies of #828689
Complementary color
Monochromatic Colors of #828689
Black with #828689
Text Example
Text Example
White with #828689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828689; }
p { color: rgb(130,134,137); }
H1.HeaderClassName
{
color: #828689;
}
.AnyTagClassName
{
color: #828689;
}
</style>
background-color css
<style>
a { background-color: #828689; }
a { background-color: rgb(130,134,137); }
div.DivClassName
{
background-color: #828689;
}
.BgClassName
{
background-color: #828689;
}
</style>
border-color css
<style>
span { border-color: #828689; }
span { border-color: rgb(130,134,137); }
td.TdClassName
{
border-color: #828689;
}
.TagClassName
{
border-color: #828689;
}
</style>