Shades of Manatee #808092
Tints of Manatee #808092
RGB
CMYK
RGB Variations
Color information
#808092 (or 0x808092) is known color: Manatee. HEX triplet: 80, 80 and 92. RGB value is (128,128,146). Sum of RGB (Red+Green+Blue) = 128+128+146=402 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.84% from 402); Green value is 128 (50.39% from 255 or 31.84% from 402); Blue value is 146 (57.42% from 255 or 36.32% from 402); Max value from RGB is 146 - color contains mainly: blue. Hex color #808092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808092 is #7F7F6D. Grayscale: #818181. Windows color (decimal): -8355694 or 9601152. OLE color: 9601152.
HSL color Cylindrical-coordinate representation of color #808092: hue angle of 240º 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 #808092 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 128 | 128 | 146 | - |
| CMYK | 0.12 | 0.12 | 0 | 0.43 |
| HSL | 240º | 0.08% | 0.54% | - |
| HSV(B) | 240º | 0.12% | 0.57% | - |
| XYZ | 21.81 | 22.1 | 30.31 | - |
| YUV | 130.05 | 137 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 128 | 146 | 0.12 | 0.12 | 0 | 0.43 | 240 | 0.08 | 0.54 |
| Hex | 80 | 80 | 92 | C | C | 0 | 2B | F0 | 8 | 36 |
| Octal | 200 | 200 | 222 | 14 | 14 | 0 | 53 | 360 | 10 | 66 |
| Binary | 10000000 | 10000000 | 10010010 | 1100 | 1100 | 0 | 101011 | 11110000 | 1000 | 110110 |
Color Harmonies of #808092
Complementary color
Monochromatic Colors of #808092
Black with #808092
Text Example
Text Example
White with #808092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808092; }
p { color: rgb(128,128,146); }
H1.HeaderClassName
{
color: #808092;
}
.AnyTagClassName
{
color: #808092;
}
</style>
background-color css
<style>
a { background-color: #808092; }
a { background-color: rgb(128,128,146); }
div.DivClassName
{
background-color: #808092;
}
.BgClassName
{
background-color: #808092;
}
</style>
border-color css
<style>
span { border-color: #808092; }
span { border-color: rgb(128,128,146); }
td.TdClassName
{
border-color: #808092;
}
.TagClassName
{
border-color: #808092;
}
</style>