Shades of Blue Smoke #858886
Tints of Blue Smoke #858886
RGB
CMYK
RGB Variations
Color information
#858886 (or 0x858886) is known color: Blue Smoke. HEX triplet: 85, 88 and 86. RGB value is (133,136,134). Sum of RGB (Red+Green+Blue) = 133+136+134=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 136 (53.52% from 255 or 33.75% from 403); Blue value is 134 (52.73% from 255 or 33.25% from 403); Max value from RGB is 136 - color contains mainly: green. Hex color #858886 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858886 is #7A7779. Grayscale: #868686. Windows color (decimal): -8025978 or 8816773. OLE color: 8816773.
HSL color Cylindrical-coordinate representation of color #858886: hue angle of 140º degrees, saturation: 0.01, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #858886 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 136 | 134 | - |
| CMYK | 0.02 | 0 | 0.01 | 0.47 |
| HSL | 140º | 0.01% | 0.53% | - |
| HSV(B) | 140º | 0.02% | 0.53% | - |
| XYZ | 22.78 | 24.32 | 26.05 | - |
| YUV | 134.88 | 127.51 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 136 | 134 | 0.02 | 0 | 0.01 | 0.47 | 140 | 0.01 | 0.53 |
| Hex | 85 | 88 | 86 | 2 | 0 | 1 | 2F | 8C | 1 | 35 |
| Octal | 205 | 210 | 206 | 2 | 0 | 1 | 57 | 214 | 1 | 65 |
| Binary | 10000101 | 10001000 | 10000110 | 10 | 0 | 1 | 101111 | 10001100 | 1 | 110101 |
Color Harmonies of #858886
Complementary color
Monochromatic Colors of #858886
Black with #858886
Text Example
Text Example
White with #858886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858886; }
p { color: rgb(133,136,134); }
H1.HeaderClassName
{
color: #858886;
}
.AnyTagClassName
{
color: #858886;
}
</style>
background-color css
<style>
a { background-color: #858886; }
a { background-color: rgb(133,136,134); }
div.DivClassName
{
background-color: #858886;
}
.BgClassName
{
background-color: #858886;
}
</style>
border-color css
<style>
span { border-color: #858886; }
span { border-color: rgb(133,136,134); }
td.TdClassName
{
border-color: #858886;
}
.TagClassName
{
border-color: #858886;
}
</style>