Shades of Aluminium #85888B
Tints of Aluminium #85888B
RGB
CMYK
RGB Variations
Color information
#85888B (or 0x85888B) is known color: Aluminium. HEX triplet: 85, 88 and 8B. RGB value is (133,136,139). Sum of RGB (Red+Green+Blue) = 133+136+139=408 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.60% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 139 - color contains mainly: blue. Hex color #85888B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85888B is #7A7774. Grayscale: #878787. Windows color (decimal): -8025973 or 9144453. OLE color: 9144453.
HSL color Cylindrical-coordinate representation of color #85888B: hue angle of 210º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #85888B is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 136 | 139 | - |
| CMYK | 0.04 | 0.02 | 0 | 0.45 |
| HSL | 210º | 0.03% | 0.53% | - |
| HSV(B) | 210º | 0.04% | 0.55% | - |
| XYZ | 23.14 | 24.46 | 27.93 | - |
| YUV | 135.45 | 130.01 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 136 | 139 | 0.04 | 0.02 | 0 | 0.45 | 210 | 0.03 | 0.53 |
| Hex | 85 | 88 | 8B | 4 | 2 | 0 | 2D | D2 | 3 | 35 |
| Octal | 205 | 210 | 213 | 4 | 2 | 0 | 55 | 322 | 3 | 65 |
| Binary | 10000101 | 10001000 | 10001011 | 100 | 10 | 0 | 101101 | 11010010 | 11 | 110101 |
Color Harmonies of #85888B
Complementary color
Monochromatic Colors of #85888B
Black with #85888B
Text Example
Text Example
White with #85888B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85888B; }
p { color: rgb(133,136,139); }
H1.HeaderClassName
{
color: #85888B;
}
.AnyTagClassName
{
color: #85888B;
}
</style>
background-color css
<style>
a { background-color: #85888B; }
a { background-color: rgb(133,136,139); }
div.DivClassName
{
background-color: #85888B;
}
.BgClassName
{
background-color: #85888B;
}
</style>
border-color css
<style>
span { border-color: #85888B; }
span { border-color: rgb(133,136,139); }
td.TdClassName
{
border-color: #85888B;
}
.TagClassName
{
border-color: #85888B;
}
</style>