Shades of Aluminium #808385
Tints of Aluminium #808385
RGB
CMYK
RGB Variations
Color information
#808385 (or 0x808385) is known color: Aluminium. HEX triplet: 80, 83 and 85. RGB value is (128,131,133). Sum of RGB (Red+Green+Blue) = 128+131+133=392 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.65% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 133 - color contains mainly: blue. Hex color #808385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808385 is #7F7C7A. Grayscale: #828282. Windows color (decimal): -8354939 or 8749952. OLE color: 8749952.
HSL color Cylindrical-coordinate representation of color #808385: hue angle of 204º degrees, saturation: 0.02, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #808385 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 131 | 133 | - |
| CMYK | 0.04 | 0.02 | 0 | 0.48 |
| HSL | 204º | 0.02% | 0.51% | - |
| HSV(B) | 204º | 0.04% | 0.52% | - |
| XYZ | 21.25 | 22.52 | 25.42 | - |
| YUV | 130.33 | 129.51 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 131 | 133 | 0.04 | 0.02 | 0 | 0.48 | 204 | 0.02 | 0.51 |
| Hex | 80 | 83 | 85 | 4 | 2 | 0 | 30 | CC | 2 | 33 |
| Octal | 200 | 203 | 205 | 4 | 2 | 0 | 60 | 314 | 2 | 63 |
| Binary | 10000000 | 10000011 | 10000101 | 100 | 10 | 0 | 110000 | 11001100 | 10 | 110011 |
Color Harmonies of #808385
Complementary color
Monochromatic Colors of #808385
Black with #808385
Text Example
Text Example
White with #808385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808385; }
p { color: rgb(128,131,133); }
H1.HeaderClassName
{
color: #808385;
}
.AnyTagClassName
{
color: #808385;
}
</style>
background-color css
<style>
a { background-color: #808385; }
a { background-color: rgb(128,131,133); }
div.DivClassName
{
background-color: #808385;
}
.BgClassName
{
background-color: #808385;
}
</style>
border-color css
<style>
span { border-color: #808385; }
span { border-color: rgb(128,131,133); }
td.TdClassName
{
border-color: #808385;
}
.TagClassName
{
border-color: #808385;
}
</style>