Shades of Aluminium #809096
Tints of Aluminium #809096
RGB
CMYK
RGB Variations
Color information
#809096 (or 0x809096) is known color: Aluminium. HEX triplet: 80, 90 and 96. RGB value is (128,144,150). Sum of RGB (Red+Green+Blue) = 128+144+150=422 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.33% from 422); Green value is 144 (56.64% from 255 or 34.12% from 422); Blue value is 150 (58.98% from 255 or 35.55% from 422); Max value from RGB is 150 - color contains mainly: blue. Hex color #809096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809096 is #7F6F69. Grayscale: #8B8B8B. Windows color (decimal): -8351594 or 9867392. OLE color: 9867392.
HSL color Cylindrical-coordinate representation of color #809096: hue angle of 196.36º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #809096 is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 128 | 144 | 150 | - |
| CMYK | 0.15 | 0.04 | 0 | 0.41 |
| HSL | 196.36º | 0.09% | 0.55% | - |
| HSV(B) | 196.36º | 0.15% | 0.59% | - |
| XYZ | 24.38 | 26.74 | 32.73 | - |
| YUV | 139.9 | 133.7 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 144 | 150 | 0.15 | 0.04 | 0 | 0.41 | 196.36 | 0.09 | 0.55 |
| Hex | 80 | 90 | 96 | F | 4 | 0 | 29 | C4 | 9 | 37 |
| Octal | 200 | 220 | 226 | 17 | 4 | 0 | 51 | 304 | 11 | 67 |
| Binary | 10000000 | 10010000 | 10010110 | 1111 | 100 | 0 | 101001 | 11000100 | 1001 | 110111 |
Color Harmonies of #809096
Complementary color
Monochromatic Colors of #809096
Black with #809096
Text Example
Text Example
White with #809096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809096; }
p { color: rgb(128,144,150); }
H1.HeaderClassName
{
color: #809096;
}
.AnyTagClassName
{
color: #809096;
}
</style>
background-color css
<style>
a { background-color: #809096; }
a { background-color: rgb(128,144,150); }
div.DivClassName
{
background-color: #809096;
}
.BgClassName
{
background-color: #809096;
}
</style>
border-color css
<style>
span { border-color: #809096; }
span { border-color: rgb(128,144,150); }
td.TdClassName
{
border-color: #809096;
}
.TagClassName
{
border-color: #809096;
}
</style>