Shades of Storm Grey #808085
Tints of Storm Grey #808085
RGB
CMYK
RGB Variations
Color information
#808085 (or 0x808085) is known color: Storm Grey. HEX triplet: 80, 80 and 85. RGB value is (128,128,133). Sum of RGB (Red+Green+Blue) = 128+128+133=389 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.90% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 133 - color contains mainly: blue. Hex color #808085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808085 is #7F7F7A. Grayscale: #808080. Windows color (decimal): -8355707 or 8749184. OLE color: 8749184.
HSL color Cylindrical-coordinate representation of color #808085: hue angle of 240º 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 #808085 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 128 | 133 | - |
| CMYK | 0.04 | 0.04 | 0 | 0.48 |
| HSL | 240º | 0.02% | 0.51% | - |
| HSV(B) | 240º | 0.04% | 0.52% | - |
| XYZ | 20.85 | 21.72 | 25.28 | - |
| YUV | 128.57 | 130.5 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 128 | 133 | 0.04 | 0.04 | 0 | 0.48 | 240 | 0.02 | 0.51 |
| Hex | 80 | 80 | 85 | 4 | 4 | 0 | 30 | F0 | 2 | 33 |
| Octal | 200 | 200 | 205 | 4 | 4 | 0 | 60 | 360 | 2 | 63 |
| Binary | 10000000 | 10000000 | 10000101 | 100 | 100 | 0 | 110000 | 11110000 | 10 | 110011 |
Color Harmonies of #808085
Complementary color
Monochromatic Colors of #808085
Black with #808085
Text Example
Text Example
White with #808085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808085; }
p { color: rgb(128,128,133); }
H1.HeaderClassName
{
color: #808085;
}
.AnyTagClassName
{
color: #808085;
}
</style>
background-color css
<style>
a { background-color: #808085; }
a { background-color: rgb(128,128,133); }
div.DivClassName
{
background-color: #808085;
}
.BgClassName
{
background-color: #808085;
}
</style>
border-color css
<style>
span { border-color: #808085; }
span { border-color: rgb(128,128,133); }
td.TdClassName
{
border-color: #808085;
}
.TagClassName
{
border-color: #808085;
}
</style>