Shades of Aluminium #818283
Tints of Aluminium #818283
RGB
CMYK
RGB Variations
Color information
#818283 (or 0x818283) is known color: Aluminium. HEX triplet: 81, 82 and 83. RGB value is (129,130,131). Sum of RGB (Red+Green+Blue) = 129+130+131=390 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.08% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 131 (51.56% from 255 or 33.59% from 390); Max value from RGB is 131 - color contains mainly: blue. Hex color #818283 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818283 is #7E7D7C. Grayscale: #818181. Windows color (decimal): -8289661 or 8618625. OLE color: 8618625.
HSL color Cylindrical-coordinate representation of color #818283: hue angle of 210º degrees, saturation: 0.01, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #818283 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 130 | 131 | - |
| CMYK | 0.02 | 0.01 | 0 | 0.49 |
| HSL | 210º | 0.01% | 0.51% | - |
| HSV(B) | 210º | 0.02% | 0.51% | - |
| XYZ | 21.13 | 22.27 | 24.66 | - |
| YUV | 129.82 | 128.67 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 130 | 131 | 0.02 | 0.01 | 0 | 0.49 | 210 | 0.01 | 0.51 |
| Hex | 81 | 82 | 83 | 2 | 1 | 0 | 31 | D2 | 1 | 33 |
| Octal | 201 | 202 | 203 | 2 | 1 | 0 | 61 | 322 | 1 | 63 |
| Binary | 10000001 | 10000010 | 10000011 | 10 | 1 | 0 | 110001 | 11010010 | 1 | 110011 |
Color Harmonies of #818283
Complementary color
Monochromatic Colors of #818283
Black with #818283
Text Example
Text Example
White with #818283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818283; }
p { color: rgb(129,130,131); }
H1.HeaderClassName
{
color: #818283;
}
.AnyTagClassName
{
color: #818283;
}
</style>
background-color css
<style>
a { background-color: #818283; }
a { background-color: rgb(129,130,131); }
div.DivClassName
{
background-color: #818283;
}
.BgClassName
{
background-color: #818283;
}
</style>
border-color css
<style>
span { border-color: #818283; }
span { border-color: rgb(129,130,131); }
td.TdClassName
{
border-color: #818283;
}
.TagClassName
{
border-color: #818283;
}
</style>