Shades of Manatee #85858C
Tints of Manatee #85858C
RGB
CMYK
RGB Variations
Color information
#85858C (or 0x85858C) is known color: Manatee. HEX triplet: 85, 85 and 8C. RGB value is (133,133,140). Sum of RGB (Red+Green+Blue) = 133+133+140=406 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.76% from 406); Green value is 133 (52.34% from 255 or 32.76% from 406); Blue value is 140 (55.08% from 255 or 34.48% from 406); Max value from RGB is 140 - color contains mainly: blue. Hex color #85858C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85858C is #7A7A73. Grayscale: #858585. Windows color (decimal): -8026740 or 9209221. OLE color: 9209221.
HSL color Cylindrical-coordinate representation of color #85858C: hue angle of 240º 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 #85858C is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 133 | 140 | - |
| CMYK | 0.05 | 0.05 | 0 | 0.45 |
| HSL | 240º | 0.03% | 0.54% | - |
| HSV(B) | 240º | 0.05% | 0.55% | - |
| XYZ | 22.79 | 23.66 | 28.18 | - |
| YUV | 133.8 | 131.5 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 133 | 140 | 0.05 | 0.05 | 0 | 0.45 | 240 | 0.03 | 0.54 |
| Hex | 85 | 85 | 8C | 5 | 5 | 0 | 2D | F0 | 3 | 36 |
| Octal | 205 | 205 | 214 | 5 | 5 | 0 | 55 | 360 | 3 | 66 |
| Binary | 10000101 | 10000101 | 10001100 | 101 | 101 | 0 | 101101 | 11110000 | 11 | 110110 |
Color Harmonies of #85858C
Complementary color
Monochromatic Colors of #85858C
Black with #85858C
Text Example
Text Example
White with #85858C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85858C; }
p { color: rgb(133,133,140); }
H1.HeaderClassName
{
color: #85858C;
}
.AnyTagClassName
{
color: #85858C;
}
</style>
background-color css
<style>
a { background-color: #85858C; }
a { background-color: rgb(133,133,140); }
div.DivClassName
{
background-color: #85858C;
}
.BgClassName
{
background-color: #85858C;
}
</style>
border-color css
<style>
span { border-color: #85858C; }
span { border-color: rgb(133,133,140); }
td.TdClassName
{
border-color: #85858C;
}
.TagClassName
{
border-color: #85858C;
}
</style>