Shades of Manatee #808597
Tints of Manatee #808597
RGB
CMYK
RGB Variations
Color information
#808597 (or 0x808597) is known color: Manatee. HEX triplet: 80, 85 and 97. RGB value is (128,133,151). Sum of RGB (Red+Green+Blue) = 128+133+151=412 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.07% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 151 (59.38% from 255 or 36.65% from 412); Max value from RGB is 151 - color contains mainly: blue. Hex color #808597 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808597 is #7F7A68. Grayscale: #858585. Windows color (decimal): -8354409 or 9930112. OLE color: 9930112.
HSL color Cylindrical-coordinate representation of color #808597: hue angle of 226.96º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #808597 is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 128 | 133 | 151 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.41 |
| HSL | 226.96º | 0.1% | 0.55% | - |
| HSV(B) | 226.96º | 0.15% | 0.59% | - |
| XYZ | 22.88 | 23.6 | 32.63 | - |
| YUV | 133.56 | 137.84 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 133 | 151 | 0.15 | 0.12 | 0 | 0.41 | 226.96 | 0.1 | 0.55 |
| Hex | 80 | 85 | 97 | F | C | 0 | 29 | E3 | A | 37 |
| Octal | 200 | 205 | 227 | 17 | 14 | 0 | 51 | 343 | 12 | 67 |
| Binary | 10000000 | 10000101 | 10010111 | 1111 | 1100 | 0 | 101001 | 11100011 | 1010 | 110111 |
Color Harmonies of #808597
Complementary color
Monochromatic Colors of #808597
Black with #808597
Text Example
Text Example
White with #808597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808597; }
p { color: rgb(128,133,151); }
H1.HeaderClassName
{
color: #808597;
}
.AnyTagClassName
{
color: #808597;
}
</style>
background-color css
<style>
a { background-color: #808597; }
a { background-color: rgb(128,133,151); }
div.DivClassName
{
background-color: #808597;
}
.BgClassName
{
background-color: #808597;
}
</style>
border-color css
<style>
span { border-color: #808597; }
span { border-color: rgb(128,133,151); }
td.TdClassName
{
border-color: #808597;
}
.TagClassName
{
border-color: #808597;
}
</style>