Shades of Manatee #85868C
Tints of Manatee #85868C
RGB
CMYK
RGB Variations
Color information
#85868C (or 0x85868C) is known color: Manatee. HEX triplet: 85, 86 and 8C. RGB value is (133,134,140). Sum of RGB (Red+Green+Blue) = 133+134+140=407 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.68% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 140 - color contains mainly: blue. Hex color #85868C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85868C is #7A7973. Grayscale: #868686. Windows color (decimal): -8026484 or 9209477. OLE color: 9209477.
HSL color Cylindrical-coordinate representation of color #85868C: hue angle of 231.43º degrees, saturation: 0.03, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #85868C is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
RGB | 133 | 134 | 140 | - |
CMYK | 0.05 | 0.04 | 0 | 0.45 |
HSL | 231.43º | 0.03% | 0.54% | - |
HSV(B) | 231.43º | 0.05% | 0.55% | - |
XYZ | 22.93 | 23.93 | 28.22 | - |
YUV | 134.39 | 131.17 | 127.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 133 | 134 | 140 | 0.05 | 0.04 | 0 | 0.45 | 231.43 | 0.03 | 0.54 |
Hex | 85 | 86 | 8C | 5 | 4 | 0 | 2D | E7 | 3 | 36 |
Octal | 205 | 206 | 214 | 5 | 4 | 0 | 55 | 347 | 3 | 66 |
Binary | 10000101 | 10000110 | 10001100 | 101 | 100 | 0 | 101101 | 11100111 | 11 | 110110 |
Color Harmonies of #85868C
Complementary color
Monochromatic Colors of #85868C
Black with #85868C
Text Example
Text Example
White with #85868C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85868C; }
p { color: rgb(133,134,140); }
H1.HeaderClassName
{
color: #85868C;
}
.AnyTagClassName
{
color: #85868C;
}
</style>
background-color css
<style>
a { background-color: #85868C; }
a { background-color: rgb(133,134,140); }
div.DivClassName
{
background-color: #85868C;
}
.BgClassName
{
background-color: #85868C;
}
</style>
border-color css
<style>
span { border-color: #85868C; }
span { border-color: rgb(133,134,140); }
td.TdClassName
{
border-color: #85868C;
}
.TagClassName
{
border-color: #85868C;
}
</style>