Shades of Manatee #858891
Tints of Manatee #858891
RGB
CMYK
RGB Variations
Color information
#858891 (or 0x858891) is known color: Manatee. HEX triplet: 85, 88 and 91. RGB value is (133,136,145). Sum of RGB (Red+Green+Blue) = 133+136+145=414 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.13% from 414); Green value is 136 (53.52% from 255 or 32.85% from 414); Blue value is 145 (57.03% from 255 or 35.02% from 414); Max value from RGB is 145 - color contains mainly: blue. Hex color #858891 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858891 is #7A776E. Grayscale: #888888. Windows color (decimal): -8025967 or 9537669. OLE color: 9537669.
HSL color Cylindrical-coordinate representation of color #858891: hue angle of 225º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #858891 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 133 | 136 | 145 | - |
| CMYK | 0.08 | 0.06 | 0 | 0.43 |
| HSL | 225º | 0.05% | 0.55% | - |
| HSV(B) | 225º | 0.08% | 0.57% | - |
| XYZ | 23.59 | 24.64 | 30.3 | - |
| YUV | 136.13 | 133.01 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 136 | 145 | 0.08 | 0.06 | 0 | 0.43 | 225 | 0.05 | 0.55 |
| Hex | 85 | 88 | 91 | 8 | 6 | 0 | 2B | E1 | 5 | 37 |
| Octal | 205 | 210 | 221 | 10 | 6 | 0 | 53 | 341 | 5 | 67 |
| Binary | 10000101 | 10001000 | 10010001 | 1000 | 110 | 0 | 101011 | 11100001 | 101 | 110111 |
Color Harmonies of #858891
Complementary color
Monochromatic Colors of #858891
Black with #858891
Text Example
Text Example
White with #858891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858891; }
p { color: rgb(133,136,145); }
H1.HeaderClassName
{
color: #858891;
}
.AnyTagClassName
{
color: #858891;
}
</style>
background-color css
<style>
a { background-color: #858891; }
a { background-color: rgb(133,136,145); }
div.DivClassName
{
background-color: #858891;
}
.BgClassName
{
background-color: #858891;
}
</style>
border-color css
<style>
span { border-color: #858891; }
span { border-color: rgb(133,136,145); }
td.TdClassName
{
border-color: #858891;
}
.TagClassName
{
border-color: #858891;
}
</style>