Shades of Aluminium #858D90
Tints of Aluminium #858D90
RGB
CMYK
RGB Variations
Color information
#858D90 (or 0x858D90) is known color: Aluminium. HEX triplet: 85, 8D and 90. RGB value is (133,141,144). Sum of RGB (Red+Green+Blue) = 133+141+144=418 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.82% from 418); Green value is 141 (55.47% from 255 or 33.73% from 418); Blue value is 144 (56.64% from 255 or 34.45% from 418); Max value from RGB is 144 - color contains mainly: blue. Hex color #858D90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858D90 is #7A726F. Grayscale: #8A8A8A. Windows color (decimal): -8024688 or 9473413. OLE color: 9473413.
HSL color Cylindrical-coordinate representation of color #858D90: hue angle of 196.36º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #858D90 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 141 | 144 | - |
| CMYK | 0.08 | 0.02 | 0 | 0.44 |
| HSL | 196.36º | 0.05% | 0.54% | - |
| HSV(B) | 196.36º | 0.08% | 0.56% | - |
| XYZ | 24.23 | 26.05 | 30.14 | - |
| YUV | 138.95 | 130.85 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 141 | 144 | 0.08 | 0.02 | 0 | 0.44 | 196.36 | 0.05 | 0.54 |
| Hex | 85 | 8D | 90 | 8 | 2 | 0 | 2C | C4 | 5 | 36 |
| Octal | 205 | 215 | 220 | 10 | 2 | 0 | 54 | 304 | 5 | 66 |
| Binary | 10000101 | 10001101 | 10010000 | 1000 | 10 | 0 | 101100 | 11000100 | 101 | 110110 |
Color Harmonies of #858D90
Complementary color
Monochromatic Colors of #858D90
Black with #858D90
Text Example
Text Example
White with #858D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858D90; }
p { color: rgb(133,141,144); }
H1.HeaderClassName
{
color: #858D90;
}
.AnyTagClassName
{
color: #858D90;
}
</style>
background-color css
<style>
a { background-color: #858D90; }
a { background-color: rgb(133,141,144); }
div.DivClassName
{
background-color: #858D90;
}
.BgClassName
{
background-color: #858D90;
}
</style>
border-color css
<style>
span { border-color: #858D90; }
span { border-color: rgb(133,141,144); }
td.TdClassName
{
border-color: #858D90;
}
.TagClassName
{
border-color: #858D90;
}
</style>