Shades of Aluminium #818990
Tints of Aluminium #818990
RGB
CMYK
RGB Variations
Color information
#818990 (or 0x818990) is known color: Aluminium. HEX triplet: 81, 89 and 90. RGB value is (129,137,144). Sum of RGB (Red+Green+Blue) = 129+137+144=410 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.46% from 410); Green value is 137 (53.91% from 255 or 33.41% from 410); Blue value is 144 (56.64% from 255 or 35.12% from 410); Max value from RGB is 144 - color contains mainly: blue. Hex color #818990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818990 is #7E766F. Grayscale: #878787. Windows color (decimal): -8287856 or 9472385. OLE color: 9472385.
HSL color Cylindrical-coordinate representation of color #818990: hue angle of 208º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #818990 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 129 | 137 | 144 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.44 |
| HSL | 208º | 0.06% | 0.54% | - |
| HSV(B) | 208º | 0.1% | 0.56% | - |
| XYZ | 23.03 | 24.57 | 29.91 | - |
| YUV | 135.41 | 132.85 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 137 | 144 | 0.10 | 0.05 | 0 | 0.44 | 208 | 0.06 | 0.54 |
| Hex | 81 | 89 | 90 | A | 5 | 0 | 2C | D0 | 6 | 36 |
| Octal | 201 | 211 | 220 | 12 | 5 | 0 | 54 | 320 | 6 | 66 |
| Binary | 10000001 | 10001001 | 10010000 | 1010 | 101 | 0 | 101100 | 11010000 | 110 | 110110 |
Color Harmonies of #818990
Complementary color
Monochromatic Colors of #818990
Black with #818990
Text Example
Text Example
White with #818990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818990; }
p { color: rgb(129,137,144); }
H1.HeaderClassName
{
color: #818990;
}
.AnyTagClassName
{
color: #818990;
}
</style>
background-color css
<style>
a { background-color: #818990; }
a { background-color: rgb(129,137,144); }
div.DivClassName
{
background-color: #818990;
}
.BgClassName
{
background-color: #818990;
}
</style>
border-color css
<style>
span { border-color: #818990; }
span { border-color: rgb(129,137,144); }
td.TdClassName
{
border-color: #818990;
}
.TagClassName
{
border-color: #818990;
}
</style>