Shades of Aluminium #808990
Tints of Aluminium #808990
RGB
CMYK
RGB Variations
Color information
#808990 (or 0x808990) is known color: Aluminium. HEX triplet: 80, 89 and 90. RGB value is (128,137,144). Sum of RGB (Red+Green+Blue) = 128+137+144=409 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.30% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 144 (56.64% from 255 or 35.21% from 409); Max value from RGB is 144 - color contains mainly: blue. Hex color #808990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808990 is #7F766F. Grayscale: #878787. Windows color (decimal): -8353392 or 9472384. OLE color: 9472384.
HSL color Cylindrical-coordinate representation of color #808990: hue angle of 206.25º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #808990 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 137 | 144 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.44 |
| HSL | 206.25º | 0.07% | 0.53% | - |
| HSV(B) | 206.25º | 0.11% | 0.56% | - |
| XYZ | 22.88 | 24.49 | 29.91 | - |
| YUV | 135.11 | 133.02 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 137 | 144 | 0.11 | 0.05 | 0 | 0.44 | 206.25 | 0.07 | 0.53 |
| Hex | 80 | 89 | 90 | B | 5 | 0 | 2C | CE | 7 | 35 |
| Octal | 200 | 211 | 220 | 13 | 5 | 0 | 54 | 316 | 7 | 65 |
| Binary | 10000000 | 10001001 | 10010000 | 1011 | 101 | 0 | 101100 | 11001110 | 111 | 110101 |
Color Harmonies of #808990
Complementary color
Monochromatic Colors of #808990
Black with #808990
Text Example
Text Example
White with #808990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808990; }
p { color: rgb(128,137,144); }
H1.HeaderClassName
{
color: #808990;
}
.AnyTagClassName
{
color: #808990;
}
</style>
background-color css
<style>
a { background-color: #808990; }
a { background-color: rgb(128,137,144); }
div.DivClassName
{
background-color: #808990;
}
.BgClassName
{
background-color: #808990;
}
</style>
border-color css
<style>
span { border-color: #808990; }
span { border-color: rgb(128,137,144); }
td.TdClassName
{
border-color: #808990;
}
.TagClassName
{
border-color: #808990;
}
</style>