Shades of Manatee #85878F
Tints of Manatee #85878F
RGB
CMYK
RGB Variations
Color information
#85878F (or 0x85878F) is known color: Manatee. HEX triplet: 85, 87 and 8F. RGB value is (133,135,143). Sum of RGB (Red+Green+Blue) = 133+135+143=411 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.36% from 411); Green value is 135 (53.12% from 255 or 32.85% from 411); Blue value is 143 (56.25% from 255 or 34.79% from 411); Max value from RGB is 143 - color contains mainly: blue. Hex color #85878F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85878F is #7A7870. Grayscale: #878787. Windows color (decimal): -8026225 or 9406341. OLE color: 9406341.
HSL color Cylindrical-coordinate representation of color #85878F: hue angle of 228º degrees, saturation: 0.04, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #85878F is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 135 | 143 | - |
| CMYK | 0.07 | 0.06 | 0 | 0.44 |
| HSL | 228º | 0.04% | 0.54% | - |
| HSV(B) | 228º | 0.07% | 0.56% | - |
| XYZ | 23.29 | 24.3 | 29.45 | - |
| YUV | 135.31 | 132.34 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 135 | 143 | 0.07 | 0.06 | 0 | 0.44 | 228 | 0.04 | 0.54 |
| Hex | 85 | 87 | 8F | 7 | 6 | 0 | 2C | E4 | 4 | 36 |
| Octal | 205 | 207 | 217 | 7 | 6 | 0 | 54 | 344 | 4 | 66 |
| Binary | 10000101 | 10000111 | 10001111 | 111 | 110 | 0 | 101100 | 11100100 | 100 | 110110 |
Color Harmonies of #85878F
Complementary color
Monochromatic Colors of #85878F
Black with #85878F
Text Example
Text Example
White with #85878F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85878F; }
p { color: rgb(133,135,143); }
H1.HeaderClassName
{
color: #85878F;
}
.AnyTagClassName
{
color: #85878F;
}
</style>
background-color css
<style>
a { background-color: #85878F; }
a { background-color: rgb(133,135,143); }
div.DivClassName
{
background-color: #85878F;
}
.BgClassName
{
background-color: #85878F;
}
</style>
border-color css
<style>
span { border-color: #85878F; }
span { border-color: rgb(133,135,143); }
td.TdClassName
{
border-color: #85878F;
}
.TagClassName
{
border-color: #85878F;
}
</style>