Shades of Manatee #85869F
Tints of Manatee #85869F
RGB
CMYK
RGB Variations
Color information
#85869F (or 0x85869F) is known color: Manatee. HEX triplet: 85, 86 and 9F. RGB value is (133,134,159). Sum of RGB (Red+Green+Blue) = 133+134+159=426 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.22% from 426); Green value is 134 (52.73% from 255 or 31.46% from 426); Blue value is 159 (62.5% from 255 or 37.32% from 426); Max value from RGB is 159 - color contains mainly: blue. Hex color #85869F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85869F is #7A7960. Grayscale: #888888. Windows color (decimal): -8026465 or 10454661. OLE color: 10454661.
HSL color Cylindrical-coordinate representation of color #85869F: hue angle of 237.69º 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 #85869F is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 134 | 159 | - |
| CMYK | 0.16 | 0.16 | 0 | 0.38 |
| HSL | 237.69º | 0.12% | 0.57% | - |
| HSV(B) | 237.69º | 0.16% | 0.62% | - |
| XYZ | 24.46 | 24.54 | 36.25 | - |
| YUV | 136.55 | 140.67 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 134 | 159 | 0.16 | 0.16 | 0 | 0.38 | 237.69 | 0.12 | 0.57 |
| Hex | 85 | 86 | 9F | 10 | 10 | 0 | 26 | EE | C | 39 |
| Octal | 205 | 206 | 237 | 20 | 20 | 0 | 46 | 356 | 14 | 71 |
| Binary | 10000101 | 10000110 | 10011111 | 10000 | 10000 | 0 | 100110 | 11101110 | 1100 | 111001 |
Color Harmonies of #85869F
Complementary color
Monochromatic Colors of #85869F
Black with #85869F
Text Example
Text Example
White with #85869F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85869F; }
p { color: rgb(133,134,159); }
H1.HeaderClassName
{
color: #85869F;
}
.AnyTagClassName
{
color: #85869F;
}
</style>
background-color css
<style>
a { background-color: #85869F; }
a { background-color: rgb(133,134,159); }
div.DivClassName
{
background-color: #85869F;
}
.BgClassName
{
background-color: #85869F;
}
</style>
border-color css
<style>
span { border-color: #85869F; }
span { border-color: rgb(133,134,159); }
td.TdClassName
{
border-color: #85869F;
}
.TagClassName
{
border-color: #85869F;
}
</style>