Shades of Manatee #858B99
Tints of Manatee #858B99
RGB
CMYK
RGB Variations
Color information
#858B99 (or 0x858B99) is known color: Manatee. HEX triplet: 85, 8B and 99. RGB value is (133,139,153). Sum of RGB (Red+Green+Blue) = 133+139+153=425 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.29% from 425); Green value is 139 (54.69% from 255 or 32.71% from 425); Blue value is 153 (60.16% from 255 or 36% from 425); Max value from RGB is 153 - color contains mainly: blue. Hex color #858B99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858B99 is #7A7466. Grayscale: #8A8A8A. Windows color (decimal): -8025191 or 10062725. OLE color: 10062725.
HSL color Cylindrical-coordinate representation of color #858B99: hue angle of 222º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #858B99 is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 133 | 139 | 153 | - |
| CMYK | 0.13 | 0.09 | 0 | 0.4 |
| HSL | 222º | 0.09% | 0.56% | - |
| HSV(B) | 222º | 0.13% | 0.6% | - |
| XYZ | 24.66 | 25.75 | 33.81 | - |
| YUV | 138.8 | 136.01 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 139 | 153 | 0.13 | 0.09 | 0 | 0.4 | 222 | 0.09 | 0.56 |
| Hex | 85 | 8B | 99 | D | 9 | 0 | 28 | DE | 9 | 38 |
| Octal | 205 | 213 | 231 | 15 | 11 | 0 | 50 | 336 | 11 | 70 |
| Binary | 10000101 | 10001011 | 10011001 | 1101 | 1001 | 0 | 101000 | 11011110 | 1001 | 111000 |
Color Harmonies of #858B99
Complementary color
Monochromatic Colors of #858B99
Black with #858B99
Text Example
Text Example
White with #858B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858B99; }
p { color: rgb(133,139,153); }
H1.HeaderClassName
{
color: #858B99;
}
.AnyTagClassName
{
color: #858B99;
}
</style>
background-color css
<style>
a { background-color: #858B99; }
a { background-color: rgb(133,139,153); }
div.DivClassName
{
background-color: #858B99;
}
.BgClassName
{
background-color: #858B99;
}
</style>
border-color css
<style>
span { border-color: #858B99; }
span { border-color: rgb(133,139,153); }
td.TdClassName
{
border-color: #858B99;
}
.TagClassName
{
border-color: #858B99;
}
</style>