Shades of Manatee #85869B
Tints of Manatee #85869B
RGB
CMYK
RGB Variations
Color information
#85869B (or 0x85869B) is known color: Manatee. HEX triplet: 85, 86 and 9B. RGB value is (133,134,155). Sum of RGB (Red+Green+Blue) = 133+134+155=422 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.52% from 422); Green value is 134 (52.73% from 255 or 31.75% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 155 - color contains mainly: blue. Hex color #85869B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85869B is #7A7964. Grayscale: #888888. Windows color (decimal): -8026469 or 10192517. OLE color: 10192517.
HSL color Cylindrical-coordinate representation of color #85869B: hue angle of 237.27º 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 #85869B is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 134 | 155 | - |
| CMYK | 0.14 | 0.14 | 0 | 0.39 |
| HSL | 237.27º | 0.1% | 0.56% | - |
| HSV(B) | 237.27º | 0.14% | 0.61% | - |
| XYZ | 24.11 | 24.4 | 34.45 | - |
| YUV | 136.1 | 138.67 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 134 | 155 | 0.14 | 0.14 | 0 | 0.39 | 237.27 | 0.1 | 0.56 |
| Hex | 85 | 86 | 9B | E | E | 0 | 27 | ED | A | 38 |
| Octal | 205 | 206 | 233 | 16 | 16 | 0 | 47 | 355 | 12 | 70 |
| Binary | 10000101 | 10000110 | 10011011 | 1110 | 1110 | 0 | 100111 | 11101101 | 1010 | 111000 |
Color Harmonies of #85869B
Complementary color
Monochromatic Colors of #85869B
Black with #85869B
Text Example
Text Example
White with #85869B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85869B; }
p { color: rgb(133,134,155); }
H1.HeaderClassName
{
color: #85869B;
}
.AnyTagClassName
{
color: #85869B;
}
</style>
background-color css
<style>
a { background-color: #85869B; }
a { background-color: rgb(133,134,155); }
div.DivClassName
{
background-color: #85869B;
}
.BgClassName
{
background-color: #85869B;
}
</style>
border-color css
<style>
span { border-color: #85869B; }
span { border-color: rgb(133,134,155); }
td.TdClassName
{
border-color: #85869B;
}
.TagClassName
{
border-color: #85869B;
}
</style>