Shades of Manatee #85899B
Tints of Manatee #85899B
RGB
CMYK
RGB Variations
Color information
#85899B (or 0x85899B) is known color: Manatee. HEX triplet: 85, 89 and 9B. RGB value is (133,137,155). Sum of RGB (Red+Green+Blue) = 133+137+155=425 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.29% from 425); Green value is 137 (53.91% from 255 or 32.24% from 425); Blue value is 155 (60.94% from 255 or 36.47% from 425); Max value from RGB is 155 - color contains mainly: blue. Hex color #85899B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85899B is #7A7664. Grayscale: #898989. Windows color (decimal): -8025701 or 10193285. OLE color: 10193285.
HSL color Cylindrical-coordinate representation of color #85899B: hue angle of 229.09º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #85899B is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 137 | 155 | - |
| CMYK | 0.14 | 0.12 | 0 | 0.39 |
| HSL | 229.09º | 0.1% | 0.56% | - |
| HSV(B) | 229.09º | 0.14% | 0.61% | - |
| XYZ | 24.53 | 25.24 | 34.59 | - |
| YUV | 137.86 | 137.67 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 137 | 155 | 0.14 | 0.12 | 0 | 0.39 | 229.09 | 0.1 | 0.56 |
| Hex | 85 | 89 | 9B | E | C | 0 | 27 | E5 | A | 38 |
| Octal | 205 | 211 | 233 | 16 | 14 | 0 | 47 | 345 | 12 | 70 |
| Binary | 10000101 | 10001001 | 10011011 | 1110 | 1100 | 0 | 100111 | 11100101 | 1010 | 111000 |
Color Harmonies of #85899B
Complementary color
Monochromatic Colors of #85899B
Black with #85899B
Text Example
Text Example
White with #85899B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85899B; }
p { color: rgb(133,137,155); }
H1.HeaderClassName
{
color: #85899B;
}
.AnyTagClassName
{
color: #85899B;
}
</style>
background-color css
<style>
a { background-color: #85899B; }
a { background-color: rgb(133,137,155); }
div.DivClassName
{
background-color: #85899B;
}
.BgClassName
{
background-color: #85899B;
}
</style>
border-color css
<style>
span { border-color: #85899B; }
span { border-color: rgb(133,137,155); }
td.TdClassName
{
border-color: #85899B;
}
.TagClassName
{
border-color: #85899B;
}
</style>