Shades of Aluminium #859196
Tints of Aluminium #859196
RGB
CMYK
RGB Variations
Color information
#859196 (or 0x859196) is known color: Aluminium. HEX triplet: 85, 91 and 96. RGB value is (133,145,150). Sum of RGB (Red+Green+Blue) = 133+145+150=428 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.07% from 428); Green value is 145 (57.03% from 255 or 33.88% from 428); Blue value is 150 (58.98% from 255 or 35.05% from 428); Max value from RGB is 150 - color contains mainly: blue. Hex color #859196 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859196 is #7A6E69. Grayscale: #8D8D8D. Windows color (decimal): -8023658 or 9867653. OLE color: 9867653.
HSL color Cylindrical-coordinate representation of color #859196: hue angle of 197.65º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #859196 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 133 | 145 | 150 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.41 |
| HSL | 197.65º | 0.07% | 0.55% | - |
| HSV(B) | 197.65º | 0.11% | 0.59% | - |
| XYZ | 25.3 | 27.44 | 32.82 | - |
| YUV | 141.98 | 132.52 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 145 | 150 | 0.11 | 0.03 | 0 | 0.41 | 197.65 | 0.07 | 0.55 |
| Hex | 85 | 91 | 96 | B | 3 | 0 | 29 | C6 | 7 | 37 |
| Octal | 205 | 221 | 226 | 13 | 3 | 0 | 51 | 306 | 7 | 67 |
| Binary | 10000101 | 10010001 | 10010110 | 1011 | 11 | 0 | 101001 | 11000110 | 111 | 110111 |
Color Harmonies of #859196
Complementary color
Monochromatic Colors of #859196
Black with #859196
Text Example
Text Example
White with #859196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859196; }
p { color: rgb(133,145,150); }
H1.HeaderClassName
{
color: #859196;
}
.AnyTagClassName
{
color: #859196;
}
</style>
background-color css
<style>
a { background-color: #859196; }
a { background-color: rgb(133,145,150); }
div.DivClassName
{
background-color: #859196;
}
.BgClassName
{
background-color: #859196;
}
</style>
border-color css
<style>
span { border-color: #859196; }
span { border-color: rgb(133,145,150); }
td.TdClassName
{
border-color: #859196;
}
.TagClassName
{
border-color: #859196;
}
</style>