Shades of Aluminium #858F96
Tints of Aluminium #858F96
RGB
CMYK
RGB Variations
Color information
#858F96 (or 0x858F96) is known color: Aluminium. HEX triplet: 85, 8F and 96. RGB value is (133,143,150). Sum of RGB (Red+Green+Blue) = 133+143+150=426 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.22% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 150 (58.98% from 255 or 35.21% from 426); Max value from RGB is 150 - color contains mainly: blue. Hex color #858F96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858F96 is #7A7069. Grayscale: #8C8C8C. Windows color (decimal): -8024170 or 9867141. OLE color: 9867141.
HSL color Cylindrical-coordinate representation of color #858F96: hue angle of 204.71º 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 #858F96 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 133 | 143 | 150 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.41 |
| HSL | 204.71º | 0.07% | 0.55% | - |
| HSV(B) | 204.71º | 0.11% | 0.59% | - |
| XYZ | 25 | 26.83 | 32.72 | - |
| YUV | 140.81 | 133.19 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 143 | 150 | 0.11 | 0.05 | 0 | 0.41 | 204.71 | 0.07 | 0.55 |
| Hex | 85 | 8F | 96 | B | 5 | 0 | 29 | CD | 7 | 37 |
| Octal | 205 | 217 | 226 | 13 | 5 | 0 | 51 | 315 | 7 | 67 |
| Binary | 10000101 | 10001111 | 10010110 | 1011 | 101 | 0 | 101001 | 11001101 | 111 | 110111 |
Color Harmonies of #858F96
Complementary color
Monochromatic Colors of #858F96
Black with #858F96
Text Example
Text Example
White with #858F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858F96; }
p { color: rgb(133,143,150); }
H1.HeaderClassName
{
color: #858F96;
}
.AnyTagClassName
{
color: #858F96;
}
</style>
background-color css
<style>
a { background-color: #858F96; }
a { background-color: rgb(133,143,150); }
div.DivClassName
{
background-color: #858F96;
}
.BgClassName
{
background-color: #858F96;
}
</style>
border-color css
<style>
span { border-color: #858F96; }
span { border-color: rgb(133,143,150); }
td.TdClassName
{
border-color: #858F96;
}
.TagClassName
{
border-color: #858F96;
}
</style>