Shades of Manatee #888899
Tints of Manatee #888899
RGB
CMYK
RGB Variations
Color information
#888899 (or 0x888899) is known color: Manatee. HEX triplet: 88, 88 and 99. RGB value is (136,136,153). Sum of RGB (Red+Green+Blue) = 136+136+153=425 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32% from 425); Green value is 136 (53.52% from 255 or 32% 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 #888899 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888899 is #777766. Grayscale: #898989. Windows color (decimal): -7829351 or 10061960. OLE color: 10061960.
HSL color Cylindrical-coordinate representation of color #888899: hue angle of 240º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #888899 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 136 | 136 | 153 | - |
| CMYK | 0.11 | 0.11 | 0 | 0.4 |
| HSL | 240º | 0.08% | 0.57% | - |
| HSV(B) | 240º | 0.11% | 0.6% | - |
| XYZ | 24.71 | 25.14 | 33.69 | - |
| YUV | 137.94 | 136.5 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 136 | 153 | 0.11 | 0.11 | 0 | 0.4 | 240 | 0.08 | 0.57 |
| Hex | 88 | 88 | 99 | B | B | 0 | 28 | F0 | 8 | 39 |
| Octal | 210 | 210 | 231 | 13 | 13 | 0 | 50 | 360 | 10 | 71 |
| Binary | 10001000 | 10001000 | 10011001 | 1011 | 1011 | 0 | 101000 | 11110000 | 1000 | 111001 |
Color Harmonies of #888899
Complementary color
Monochromatic Colors of #888899
Black with #888899
Text Example
Text Example
White with #888899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888899; }
p { color: rgb(136,136,153); }
H1.HeaderClassName
{
color: #888899;
}
.AnyTagClassName
{
color: #888899;
}
</style>
background-color css
<style>
a { background-color: #888899; }
a { background-color: rgb(136,136,153); }
div.DivClassName
{
background-color: #888899;
}
.BgClassName
{
background-color: #888899;
}
</style>
border-color css
<style>
span { border-color: #888899; }
span { border-color: rgb(136,136,153); }
td.TdClassName
{
border-color: #888899;
}
.TagClassName
{
border-color: #888899;
}
</style>