Shades of Blue Smoke #858986
Tints of Blue Smoke #858986
RGB
CMYK
RGB Variations
Color information
#858986 (or 0x858986) is known color: Blue Smoke. HEX triplet: 85, 89 and 86. RGB value is (133,137,134). Sum of RGB (Red+Green+Blue) = 133+137+134=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 137 (53.91% from 255 or 33.91% from 404); Blue value is 134 (52.73% from 255 or 33.17% from 404); Max value from RGB is 137 - color contains mainly: green. Hex color #858986 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858986 is #7A7679. Grayscale: #878787. Windows color (decimal): -8025722 or 8817029. OLE color: 8817029.
HSL color Cylindrical-coordinate representation of color #858986: hue angle of 135º degrees, saturation: 0.02, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #858986 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.46.
Color convert
RGB | 133 | 137 | 134 | - |
CMYK | 0.03 | 0 | 0.02 | 0.46 |
HSL | 135º | 0.02% | 0.53% | - |
HSV(B) | 135º | 0.03% | 0.54% | - |
XYZ | 22.92 | 24.6 | 26.09 | - |
YUV | 135.46 | 127.17 | 126.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 133 | 137 | 134 | 0.03 | 0 | 0.02 | 0.46 | 135 | 0.02 | 0.53 |
Hex | 85 | 89 | 86 | 3 | 0 | 2 | 2E | 87 | 2 | 35 |
Octal | 205 | 211 | 206 | 3 | 0 | 2 | 56 | 207 | 2 | 65 |
Binary | 10000101 | 10001001 | 10000110 | 11 | 0 | 10 | 101110 | 10000111 | 10 | 110101 |
Color Harmonies of #858986
Complementary color
Monochromatic Colors of #858986
Black with #858986
Text Example
Text Example
White with #858986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858986; }
p { color: rgb(133,137,134); }
H1.HeaderClassName
{
color: #858986;
}
.AnyTagClassName
{
color: #858986;
}
</style>
background-color css
<style>
a { background-color: #858986; }
a { background-color: rgb(133,137,134); }
div.DivClassName
{
background-color: #858986;
}
.BgClassName
{
background-color: #858986;
}
</style>
border-color css
<style>
span { border-color: #858986; }
span { border-color: rgb(133,137,134); }
td.TdClassName
{
border-color: #858986;
}
.TagClassName
{
border-color: #858986;
}
</style>