Shades of Manatee #808599
Tints of Manatee #808599
RGB
CMYK
RGB Variations
Color information
#808599 (or 0x808599) is known color: Manatee. HEX triplet: 80, 85 and 99. RGB value is (128,133,153). Sum of RGB (Red+Green+Blue) = 128+133+153=414 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.92% from 414); Green value is 133 (52.34% from 255 or 32.13% from 414); Blue value is 153 (60.16% from 255 or 36.96% from 414); Max value from RGB is 153 - color contains mainly: blue. Hex color #808599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808599 is #7F7A66. Grayscale: #858585. Windows color (decimal): -8354407 or 10061184. OLE color: 10061184.
HSL color Cylindrical-coordinate representation of color #808599: hue angle of 228º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #808599 is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 128 | 133 | 153 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.4 |
| HSL | 228º | 0.11% | 0.55% | - |
| HSV(B) | 228º | 0.16% | 0.6% | - |
| XYZ | 23.04 | 23.66 | 33.49 | - |
| YUV | 133.79 | 138.84 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 133 | 153 | 0.16 | 0.13 | 0 | 0.4 | 228 | 0.11 | 0.55 |
| Hex | 80 | 85 | 99 | 10 | D | 0 | 28 | E4 | B | 37 |
| Octal | 200 | 205 | 231 | 20 | 15 | 0 | 50 | 344 | 13 | 67 |
| Binary | 10000000 | 10000101 | 10011001 | 10000 | 1101 | 0 | 101000 | 11100100 | 1011 | 110111 |
Color Harmonies of #808599
Complementary color
Monochromatic Colors of #808599
Black with #808599
Text Example
Text Example
White with #808599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808599; }
p { color: rgb(128,133,153); }
H1.HeaderClassName
{
color: #808599;
}
.AnyTagClassName
{
color: #808599;
}
</style>
background-color css
<style>
a { background-color: #808599; }
a { background-color: rgb(128,133,153); }
div.DivClassName
{
background-color: #808599;
}
.BgClassName
{
background-color: #808599;
}
</style>
border-color css
<style>
span { border-color: #808599; }
span { border-color: rgb(128,133,153); }
td.TdClassName
{
border-color: #808599;
}
.TagClassName
{
border-color: #808599;
}
</style>