Shades of Manatee #85899F
Tints of Manatee #85899F
RGB
CMYK
RGB Variations
Color information
#85899F (or 0x85899F) is known color: Manatee. HEX triplet: 85, 89 and 9F. RGB value is (133,137,159). Sum of RGB (Red+Green+Blue) = 133+137+159=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 137 (53.91% from 255 or 31.93% from 429); Blue value is 159 (62.5% from 255 or 37.06% from 429); Max value from RGB is 159 - color contains mainly: blue. Hex color #85899F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85899F is #7A7660. Grayscale: #8A8A8A. Windows color (decimal): -8025697 or 10455429. OLE color: 10455429.
HSL color Cylindrical-coordinate representation of color #85899F: hue angle of 230.77º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #85899F is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 137 | 159 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.38 |
| HSL | 230.77º | 0.12% | 0.57% | - |
| HSV(B) | 230.77º | 0.16% | 0.62% | - |
| XYZ | 24.88 | 25.38 | 36.39 | - |
| YUV | 138.31 | 139.67 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 137 | 159 | 0.16 | 0.14 | 0 | 0.38 | 230.77 | 0.12 | 0.57 |
| Hex | 85 | 89 | 9F | 10 | E | 0 | 26 | E7 | C | 39 |
| Octal | 205 | 211 | 237 | 20 | 16 | 0 | 46 | 347 | 14 | 71 |
| Binary | 10000101 | 10001001 | 10011111 | 10000 | 1110 | 0 | 100110 | 11100111 | 1100 | 111001 |
Color Harmonies of #85899F
Complementary color
Monochromatic Colors of #85899F
Black with #85899F
Text Example
Text Example
White with #85899F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85899F; }
p { color: rgb(133,137,159); }
H1.HeaderClassName
{
color: #85899F;
}
.AnyTagClassName
{
color: #85899F;
}
</style>
background-color css
<style>
a { background-color: #85899F; }
a { background-color: rgb(133,137,159); }
div.DivClassName
{
background-color: #85899F;
}
.BgClassName
{
background-color: #85899F;
}
</style>
border-color css
<style>
span { border-color: #85899F; }
span { border-color: rgb(133,137,159); }
td.TdClassName
{
border-color: #85899F;
}
.TagClassName
{
border-color: #85899F;
}
</style>