Shades of Blue Smoke #808582
Tints of Blue Smoke #808582
RGB
CMYK
RGB Variations
Color information
#808582 (or 0x808582) is known color: Blue Smoke. HEX triplet: 80, 85 and 82. RGB value is (128,133,130). Sum of RGB (Red+Green+Blue) = 128+133+130=391 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.74% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 130 (51.17% from 255 or 33.25% from 391); Max value from RGB is 133 - color contains mainly: green. Hex color #808582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808582 is #7F7A7D. Grayscale: #838383. Windows color (decimal): -8354430 or 8553856. OLE color: 8553856.
HSL color Cylindrical-coordinate representation of color #808582: hue angle of 144º 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 #808582 is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 133 | 130 | - |
| CMYK | 0.04 | 0 | 0.02 | 0.48 |
| HSL | 144º | 0.02% | 0.51% | - |
| HSV(B) | 144º | 0.04% | 0.52% | - |
| XYZ | 21.32 | 22.98 | 24.43 | - |
| YUV | 131.16 | 127.34 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 133 | 130 | 0.04 | 0 | 0.02 | 0.48 | 144 | 0.02 | 0.51 |
| Hex | 80 | 85 | 82 | 4 | 0 | 2 | 30 | 90 | 2 | 33 |
| Octal | 200 | 205 | 202 | 4 | 0 | 2 | 60 | 220 | 2 | 63 |
| Binary | 10000000 | 10000101 | 10000010 | 100 | 0 | 10 | 110000 | 10010000 | 10 | 110011 |
Color Harmonies of #808582
Complementary color
Monochromatic Colors of #808582
Black with #808582
Text Example
Text Example
White with #808582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808582; }
p { color: rgb(128,133,130); }
H1.HeaderClassName
{
color: #808582;
}
.AnyTagClassName
{
color: #808582;
}
</style>
background-color css
<style>
a { background-color: #808582; }
a { background-color: rgb(128,133,130); }
div.DivClassName
{
background-color: #808582;
}
.BgClassName
{
background-color: #808582;
}
</style>
border-color css
<style>
span { border-color: #808582; }
span { border-color: rgb(128,133,130); }
td.TdClassName
{
border-color: #808582;
}
.TagClassName
{
border-color: #808582;
}
</style>