Shades of Aluminium #85898D
Tints of Aluminium #85898D
RGB
CMYK
RGB Variations
Color information
#85898D (or 0x85898D) is known color: Aluminium. HEX triplet: 85, 89 and 8D. RGB value is (133,137,141). Sum of RGB (Red+Green+Blue) = 133+137+141=411 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.36% from 411); Green value is 137 (53.91% from 255 or 33.33% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 141 - color contains mainly: blue. Hex color #85898D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85898D is #7A7672. Grayscale: #888888. Windows color (decimal): -8025715 or 9275781. OLE color: 9275781.
HSL color Cylindrical-coordinate representation of color #85898D: hue angle of 210º degrees, saturation: 0.03, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #85898D is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 137 | 141 | - |
| CMYK | 0.06 | 0.03 | 0 | 0.45 |
| HSL | 210º | 0.03% | 0.54% | - |
| HSV(B) | 210º | 0.06% | 0.55% | - |
| XYZ | 23.43 | 24.8 | 28.75 | - |
| YUV | 136.26 | 130.67 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 137 | 141 | 0.06 | 0.03 | 0 | 0.45 | 210 | 0.03 | 0.54 |
| Hex | 85 | 89 | 8D | 6 | 3 | 0 | 2D | D2 | 3 | 36 |
| Octal | 205 | 211 | 215 | 6 | 3 | 0 | 55 | 322 | 3 | 66 |
| Binary | 10000101 | 10001001 | 10001101 | 110 | 11 | 0 | 101101 | 11010010 | 11 | 110110 |
Color Harmonies of #85898D
Complementary color
Monochromatic Colors of #85898D
Black with #85898D
Text Example
Text Example
White with #85898D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85898D; }
p { color: rgb(133,137,141); }
H1.HeaderClassName
{
color: #85898D;
}
.AnyTagClassName
{
color: #85898D;
}
</style>
background-color css
<style>
a { background-color: #85898D; }
a { background-color: rgb(133,137,141); }
div.DivClassName
{
background-color: #85898D;
}
.BgClassName
{
background-color: #85898D;
}
</style>
border-color css
<style>
span { border-color: #85898D; }
span { border-color: rgb(133,137,141); }
td.TdClassName
{
border-color: #85898D;
}
.TagClassName
{
border-color: #85898D;
}
</style>