Shades of Aluminium #83888B
Tints of Aluminium #83888B
RGB
CMYK
RGB Variations
Color information
#83888B (or 0x83888B) is known color: Aluminium. HEX triplet: 83, 88 and 8B. RGB value is (131,136,139). Sum of RGB (Red+Green+Blue) = 131+136+139=406 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.27% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 139 - color contains mainly: blue. Hex color #83888B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83888B is #7C7774. Grayscale: #868686. Windows color (decimal): -8157045 or 9144451. OLE color: 9144451.
HSL color Cylindrical-coordinate representation of color #83888B: hue angle of 202.5º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #83888B is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 136 | 139 | - |
| CMYK | 0.06 | 0.02 | 0 | 0.45 |
| HSL | 202.5º | 0.03% | 0.53% | - |
| HSV(B) | 202.5º | 0.06% | 0.55% | - |
| XYZ | 22.82 | 24.3 | 27.91 | - |
| YUV | 134.85 | 130.34 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 136 | 139 | 0.06 | 0.02 | 0 | 0.45 | 202.5 | 0.03 | 0.53 |
| Hex | 83 | 88 | 8B | 6 | 2 | 0 | 2D | CA | 3 | 35 |
| Octal | 203 | 210 | 213 | 6 | 2 | 0 | 55 | 312 | 3 | 65 |
| Binary | 10000011 | 10001000 | 10001011 | 110 | 10 | 0 | 101101 | 11001010 | 11 | 110101 |
Color Harmonies of #83888B
Complementary color
Monochromatic Colors of #83888B
Black with #83888B
Text Example
Text Example
White with #83888B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83888B; }
p { color: rgb(131,136,139); }
H1.HeaderClassName
{
color: #83888B;
}
.AnyTagClassName
{
color: #83888B;
}
</style>
background-color css
<style>
a { background-color: #83888B; }
a { background-color: rgb(131,136,139); }
div.DivClassName
{
background-color: #83888B;
}
.BgClassName
{
background-color: #83888B;
}
</style>
border-color css
<style>
span { border-color: #83888B; }
span { border-color: rgb(131,136,139); }
td.TdClassName
{
border-color: #83888B;
}
.TagClassName
{
border-color: #83888B;
}
</style>