Shades of Aluminium #80858B
Tints of Aluminium #80858B
RGB
CMYK
RGB Variations
Color information
#80858B (or 0x80858B) is known color: Aluminium. HEX triplet: 80, 85 and 8B. RGB value is (128,133,139). Sum of RGB (Red+Green+Blue) = 128+133+139=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 139 - color contains mainly: blue. Hex color #80858B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80858B is #7F7A74. Grayscale: #848484. Windows color (decimal): -8354421 or 9143680. OLE color: 9143680.
HSL color Cylindrical-coordinate representation of color #80858B: hue angle of 212.73º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #80858B is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 133 | 139 | - |
| CMYK | 0.08 | 0.04 | 0 | 0.45 |
| HSL | 212.73º | 0.05% | 0.52% | - |
| HSV(B) | 212.73º | 0.08% | 0.55% | - |
| XYZ | 21.95 | 23.23 | 27.75 | - |
| YUV | 132.19 | 131.84 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 133 | 139 | 0.08 | 0.04 | 0 | 0.45 | 212.73 | 0.05 | 0.52 |
| Hex | 80 | 85 | 8B | 8 | 4 | 0 | 2D | D5 | 5 | 34 |
| Octal | 200 | 205 | 213 | 10 | 4 | 0 | 55 | 325 | 5 | 64 |
| Binary | 10000000 | 10000101 | 10001011 | 1000 | 100 | 0 | 101101 | 11010101 | 101 | 110100 |
Color Harmonies of #80858B
Complementary color
Monochromatic Colors of #80858B
Black with #80858B
Text Example
Text Example
White with #80858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80858B; }
p { color: rgb(128,133,139); }
H1.HeaderClassName
{
color: #80858B;
}
.AnyTagClassName
{
color: #80858B;
}
</style>
background-color css
<style>
a { background-color: #80858B; }
a { background-color: rgb(128,133,139); }
div.DivClassName
{
background-color: #80858B;
}
.BgClassName
{
background-color: #80858B;
}
</style>
border-color css
<style>
span { border-color: #80858B; }
span { border-color: rgb(128,133,139); }
td.TdClassName
{
border-color: #80858B;
}
.TagClassName
{
border-color: #80858B;
}
</style>