Shades of Oslo Grey #858E8D
Tints of Oslo Grey #858E8D
RGB
CMYK
RGB Variations
Color information
#858E8D (or 0x858E8D) is known color: Oslo Grey. HEX triplet: 85, 8E and 8D. RGB value is (133,142,141). Sum of RGB (Red+Green+Blue) = 133+142+141=416 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.97% from 416); Green value is 142 (55.86% from 255 or 34.13% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 142 - color contains mainly: green. Hex color #858E8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858E8D is #7A7172. Grayscale: #8B8B8B. Windows color (decimal): -8024435 or 9277061. OLE color: 9277061.
HSL color Cylindrical-coordinate representation of color #858E8D: hue angle of 173.33º degrees, saturation: 0.04, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #858E8D is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 142 | 141 | - |
| CMYK | 0.06 | 0 | 0.01 | 0.44 |
| HSL | 173.33º | 0.04% | 0.54% | - |
| HSV(B) | 173.33º | 0.06% | 0.56% | - |
| XYZ | 24.15 | 26.26 | 28.99 | - |
| YUV | 139.2 | 129.02 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 142 | 141 | 0.06 | 0 | 0.01 | 0.44 | 173.33 | 0.04 | 0.54 |
| Hex | 85 | 8E | 8D | 6 | 0 | 1 | 2C | AD | 4 | 36 |
| Octal | 205 | 216 | 215 | 6 | 0 | 1 | 54 | 255 | 4 | 66 |
| Binary | 10000101 | 10001110 | 10001101 | 110 | 0 | 1 | 101100 | 10101101 | 100 | 110110 |
Color Harmonies of #858E8D
Complementary color
Monochromatic Colors of #858E8D
Black with #858E8D
Text Example
Text Example
White with #858E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858E8D; }
p { color: rgb(133,142,141); }
H1.HeaderClassName
{
color: #858E8D;
}
.AnyTagClassName
{
color: #858E8D;
}
</style>
background-color css
<style>
a { background-color: #858E8D; }
a { background-color: rgb(133,142,141); }
div.DivClassName
{
background-color: #858E8D;
}
.BgClassName
{
background-color: #858E8D;
}
</style>
border-color css
<style>
span { border-color: #858E8D; }
span { border-color: rgb(133,142,141); }
td.TdClassName
{
border-color: #858E8D;
}
.TagClassName
{
border-color: #858E8D;
}
</style>