Shades of Manatee #808292
Tints of Manatee #808292
RGB
CMYK
RGB Variations
Color information
#808292 (or 0x808292) is known color: Manatee. HEX triplet: 80, 82 and 92. RGB value is (128,130,146). Sum of RGB (Red+Green+Blue) = 128+130+146=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 146 (57.42% from 255 or 36.14% from 404); Max value from RGB is 146 - color contains mainly: blue. Hex color #808292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808292 is #7F7D6D. Grayscale: #838383. Windows color (decimal): -8355182 or 9601664. OLE color: 9601664.
HSL color Cylindrical-coordinate representation of color #808292: hue angle of 233.33º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #808292 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 128 | 130 | 146 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.43 |
| HSL | 233.33º | 0.08% | 0.54% | - |
| HSV(B) | 233.33º | 0.12% | 0.57% | - |
| XYZ | 22.07 | 22.63 | 30.4 | - |
| YUV | 131.23 | 136.34 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 130 | 146 | 0.12 | 0.11 | 0 | 0.43 | 233.33 | 0.08 | 0.54 |
| Hex | 80 | 82 | 92 | C | B | 0 | 2B | E9 | 8 | 36 |
| Octal | 200 | 202 | 222 | 14 | 13 | 0 | 53 | 351 | 10 | 66 |
| Binary | 10000000 | 10000010 | 10010010 | 1100 | 1011 | 0 | 101011 | 11101001 | 1000 | 110110 |
Color Harmonies of #808292
Complementary color
Monochromatic Colors of #808292
Black with #808292
Text Example
Text Example
White with #808292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808292; }
p { color: rgb(128,130,146); }
H1.HeaderClassName
{
color: #808292;
}
.AnyTagClassName
{
color: #808292;
}
</style>
background-color css
<style>
a { background-color: #808292; }
a { background-color: rgb(128,130,146); }
div.DivClassName
{
background-color: #808292;
}
.BgClassName
{
background-color: #808292;
}
</style>
border-color css
<style>
span { border-color: #808292; }
span { border-color: rgb(128,130,146); }
td.TdClassName
{
border-color: #808292;
}
.TagClassName
{
border-color: #808292;
}
</style>