Shades of Aluminium #85898B
Tints of Aluminium #85898B
RGB
CMYK
RGB Variations
Color information
#85898B (or 0x85898B) is known color: Aluminium. HEX triplet: 85, 89 and 8B. RGB value is (133,137,139). Sum of RGB (Red+Green+Blue) = 133+137+139=409 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.52% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 139 - color contains mainly: blue. Hex color #85898B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85898B is #7A7674. Grayscale: #888888. Windows color (decimal): -8025717 or 9144709. OLE color: 9144709.
HSL color Cylindrical-coordinate representation of color #85898B: hue angle of 200º 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 #85898B is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
RGB | 133 | 137 | 139 | - |
CMYK | 0.04 | 0.01 | 0 | 0.45 |
HSL | 200º | 0.03% | 0.53% | - |
HSV(B) | 200º | 0.04% | 0.55% | - |
XYZ | 23.28 | 24.74 | 27.97 | - |
YUV | 136.03 | 129.67 | 125.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 133 | 137 | 139 | 0.04 | 0.01 | 0 | 0.45 | 200 | 0.03 | 0.53 |
Hex | 85 | 89 | 8B | 4 | 1 | 0 | 2D | C8 | 3 | 35 |
Octal | 205 | 211 | 213 | 4 | 1 | 0 | 55 | 310 | 3 | 65 |
Binary | 10000101 | 10001001 | 10001011 | 100 | 1 | 0 | 101101 | 11001000 | 11 | 110101 |
Color Harmonies of #85898B
Complementary color
Monochromatic Colors of #85898B
Black with #85898B
Text Example
Text Example
White with #85898B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85898B; }
p { color: rgb(133,137,139); }
H1.HeaderClassName
{
color: #85898B;
}
.AnyTagClassName
{
color: #85898B;
}
</style>
background-color css
<style>
a { background-color: #85898B; }
a { background-color: rgb(133,137,139); }
div.DivClassName
{
background-color: #85898B;
}
.BgClassName
{
background-color: #85898B;
}
</style>
border-color css
<style>
span { border-color: #85898B; }
span { border-color: rgb(133,137,139); }
td.TdClassName
{
border-color: #85898B;
}
.TagClassName
{
border-color: #85898B;
}
</style>