Shades of Manatee #85868B
Tints of Manatee #85868B
RGB
CMYK
RGB Variations
Color information
#85868B (or 0x85868B) is known color: Manatee. HEX triplet: 85, 86 and 8B. RGB value is (133,134,139). Sum of RGB (Red+Green+Blue) = 133+134+139=406 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.76% from 406); Green value is 134 (52.73% from 255 or 33.00% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 139 - color contains mainly: blue. Hex color #85868B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85868B is #7A7974. Grayscale: #868686. Windows color (decimal): -8026485 or 9143941. OLE color: 9143941.
HSL color Cylindrical-coordinate representation of color #85868B: hue angle of 230º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #85868B is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
RGB | 133 | 134 | 139 | - |
CMYK | 0.04 | 0.04 | 0 | 0.45 |
HSL | 230º | 0.03% | 0.53% | - |
HSV(B) | 230º | 0.04% | 0.55% | - |
XYZ | 22.86 | 23.9 | 27.83 | - |
YUV | 134.27 | 130.67 | 127.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 133 | 134 | 139 | 0.04 | 0.04 | 0 | 0.45 | 230 | 0.03 | 0.53 |
Hex | 85 | 86 | 8B | 4 | 4 | 0 | 2D | E6 | 3 | 35 |
Octal | 205 | 206 | 213 | 4 | 4 | 0 | 55 | 346 | 3 | 65 |
Binary | 10000101 | 10000110 | 10001011 | 100 | 100 | 0 | 101101 | 11100110 | 11 | 110101 |
Color Harmonies of #85868B
Complementary color
Monochromatic Colors of #85868B
Black with #85868B
Text Example
Text Example
White with #85868B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85868B; }
p { color: rgb(133,134,139); }
H1.HeaderClassName
{
color: #85868B;
}
.AnyTagClassName
{
color: #85868B;
}
</style>
background-color css
<style>
a { background-color: #85868B; }
a { background-color: rgb(133,134,139); }
div.DivClassName
{
background-color: #85868B;
}
.BgClassName
{
background-color: #85868B;
}
</style>
border-color css
<style>
span { border-color: #85868B; }
span { border-color: rgb(133,134,139); }
td.TdClassName
{
border-color: #85868B;
}
.TagClassName
{
border-color: #85868B;
}
</style>