Shades of Aluminium #919496
Tints of Aluminium #919496
RGB
CMYK
RGB Variations
Color information
#919496 (or 0x919496) is known color: Aluminium. HEX triplet: 91, 94 and 96. RGB value is (145,148,150). Sum of RGB (Red+Green+Blue) = 145+148+150=443 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.73% from 443); Green value is 148 (58.20% from 255 or 33.41% from 443); Blue value is 150 (58.98% from 255 or 33.86% from 443); Max value from RGB is 150 - color contains mainly: blue. Hex color #919496 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919496 is #6E6B69. Grayscale: #939393. Windows color (decimal): -7236458 or 9868433. OLE color: 9868433.
HSL color Cylindrical-coordinate representation of color #919496: hue angle of 204º degrees, saturation: 0.02, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #919496 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 145 | 148 | 150 | - |
| CMYK | 0.03 | 0.01 | 0 | 0.41 |
| HSL | 204º | 0.02% | 0.58% | - |
| HSV(B) | 204º | 0.03% | 0.59% | - |
| XYZ | 27.77 | 29.4 | 33.07 | - |
| YUV | 147.33 | 129.51 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 148 | 150 | 0.03 | 0.01 | 0 | 0.41 | 204 | 0.02 | 0.58 |
| Hex | 91 | 94 | 96 | 3 | 1 | 0 | 29 | CC | 2 | 3A |
| Octal | 221 | 224 | 226 | 3 | 1 | 0 | 51 | 314 | 2 | 72 |
| Binary | 10010001 | 10010100 | 10010110 | 11 | 1 | 0 | 101001 | 11001100 | 10 | 111010 |
Color Harmonies of #919496
Complementary color
Monochromatic Colors of #919496
Black with #919496
Text Example
Text Example
White with #919496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919496; }
p { color: rgb(145,148,150); }
H1.HeaderClassName
{
color: #919496;
}
.AnyTagClassName
{
color: #919496;
}
</style>
background-color css
<style>
a { background-color: #919496; }
a { background-color: rgb(145,148,150); }
div.DivClassName
{
background-color: #919496;
}
.BgClassName
{
background-color: #919496;
}
</style>
border-color css
<style>
span { border-color: #919496; }
span { border-color: rgb(145,148,150); }
td.TdClassName
{
border-color: #919496;
}
.TagClassName
{
border-color: #919496;
}
</style>