Shades of Oslo Grey #858787
Tints of Oslo Grey #858787
RGB
CMYK
RGB Variations
Color information
#858787 (or 0x858787) is known color: Oslo Grey. HEX triplet: 85, 87 and 87. RGB value is (133,135,135). Sum of RGB (Red+Green+Blue) = 133+135+135=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 135 (53.12% from 255 or 33.50% from 403); Blue value is 135 (53.12% from 255 or 33.50% from 403); Max value from RGB is 135 - color contains mainly: green, blue. Hex color #858787 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858787 is #7A7878. Grayscale: #868686. Windows color (decimal): -8026233 or 8882053. OLE color: 8882053.
HSL color Cylindrical-coordinate representation of color #858787: hue angle of 180º degrees, saturation: 0.01, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #858787 is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
RGB | 133 | 135 | 135 | - |
CMYK | 0.01 | 0 | 0 | 0.47 |
HSL | 180º | 0.01% | 0.53% | - |
HSV(B) | 180º | 0.01% | 0.53% | - |
XYZ | 22.71 | 24.06 | 26.37 | - |
YUV | 134.4 | 128.34 | 127 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 133 | 135 | 135 | 0.01 | 0 | 0 | 0.47 | 180 | 0.01 | 0.53 |
Hex | 85 | 87 | 87 | 1 | 0 | 0 | 2F | B4 | 1 | 35 |
Octal | 205 | 207 | 207 | 1 | 0 | 0 | 57 | 264 | 1 | 65 |
Binary | 10000101 | 10000111 | 10000111 | 1 | 0 | 0 | 101111 | 10110100 | 1 | 110101 |
Color Harmonies of #858787
Complementary color
Monochromatic Colors of #858787
Black with #858787
Text Example
Text Example
White with #858787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858787; }
p { color: rgb(133,135,135); }
H1.HeaderClassName
{
color: #858787;
}
.AnyTagClassName
{
color: #858787;
}
</style>
background-color css
<style>
a { background-color: #858787; }
a { background-color: rgb(133,135,135); }
div.DivClassName
{
background-color: #858787;
}
.BgClassName
{
background-color: #858787;
}
</style>
border-color css
<style>
span { border-color: #858787; }
span { border-color: rgb(133,135,135); }
td.TdClassName
{
border-color: #858787;
}
.TagClassName
{
border-color: #858787;
}
</style>