Shades of Manatee #858898
Tints of Manatee #858898
RGB
CMYK
RGB Variations
Color information
#858898 (or 0x858898) is known color: Manatee. HEX triplet: 85, 88 and 98. RGB value is (133,136,152). Sum of RGB (Red+Green+Blue) = 133+136+152=421 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.59% from 421); Green value is 136 (53.52% from 255 or 32.30% from 421); Blue value is 152 (59.77% from 255 or 36.10% from 421); Max value from RGB is 152 - color contains mainly: blue. Hex color #858898 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858898 is #7A7767. Grayscale: #888888. Windows color (decimal): -8025960 or 9996421. OLE color: 9996421.
HSL color Cylindrical-coordinate representation of color #858898: hue angle of 230.53º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #858898 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 133 | 136 | 152 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.40 |
| HSL | 230.53º | 0.08% | 0.56% | - |
| HSV(B) | 230.53º | 0.13% | 0.6% | - |
| XYZ | 24.14 | 24.86 | 33.23 | - |
| YUV | 136.93 | 136.51 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 136 | 152 | 0.13 | 0.11 | 0 | 0.40 | 230.53 | 0.08 | 0.56 |
| Hex | 85 | 88 | 98 | D | B | 0 | 28 | E7 | 8 | 38 |
| Octal | 205 | 210 | 230 | 15 | 13 | 0 | 50 | 347 | 10 | 70 |
| Binary | 10000101 | 10001000 | 10011000 | 1101 | 1011 | 0 | 101000 | 11100111 | 1000 | 111000 |
Color Harmonies of #858898
Complementary color
Monochromatic Colors of #858898
Black with #858898
Text Example
Text Example
White with #858898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858898; }
p { color: rgb(133,136,152); }
H1.HeaderClassName
{
color: #858898;
}
.AnyTagClassName
{
color: #858898;
}
</style>
background-color css
<style>
a { background-color: #858898; }
a { background-color: rgb(133,136,152); }
div.DivClassName
{
background-color: #858898;
}
.BgClassName
{
background-color: #858898;
}
</style>
border-color css
<style>
span { border-color: #858898; }
span { border-color: rgb(133,136,152); }
td.TdClassName
{
border-color: #858898;
}
.TagClassName
{
border-color: #858898;
}
</style>