Shades of Manatee #80859C
Tints of Manatee #80859C
RGB
CMYK
RGB Variations
Color information
#80859C (or 0x80859C) is known color: Manatee. HEX triplet: 80, 85 and 9C. RGB value is (128,133,156). Sum of RGB (Red+Green+Blue) = 128+133+156=417 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.70% from 417); Green value is 133 (52.34% from 255 or 31.89% from 417); Blue value is 156 (61.33% from 255 or 37.41% from 417); Max value from RGB is 156 - color contains mainly: blue. Hex color #80859C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80859C is #7F7A63. Grayscale: #868686. Windows color (decimal): -8354404 or 10257792. OLE color: 10257792.
HSL color Cylindrical-coordinate representation of color #80859C: hue angle of 229.29º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #80859C is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 128 | 133 | 156 | - |
| CMYK | 0.18 | 0.15 | 0 | 0.39 |
| HSL | 229.29º | 0.12% | 0.56% | - |
| HSV(B) | 229.29º | 0.18% | 0.61% | - |
| XYZ | 23.29 | 23.76 | 34.81 | - |
| YUV | 134.13 | 140.34 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 133 | 156 | 0.18 | 0.15 | 0 | 0.39 | 229.29 | 0.12 | 0.56 |
| Hex | 80 | 85 | 9C | 12 | F | 0 | 27 | E5 | C | 38 |
| Octal | 200 | 205 | 234 | 22 | 17 | 0 | 47 | 345 | 14 | 70 |
| Binary | 10000000 | 10000101 | 10011100 | 10010 | 1111 | 0 | 100111 | 11100101 | 1100 | 111000 |
Color Harmonies of #80859C
Complementary color
Monochromatic Colors of #80859C
Black with #80859C
Text Example
Text Example
White with #80859C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80859C; }
p { color: rgb(128,133,156); }
H1.HeaderClassName
{
color: #80859C;
}
.AnyTagClassName
{
color: #80859C;
}
</style>
background-color css
<style>
a { background-color: #80859C; }
a { background-color: rgb(128,133,156); }
div.DivClassName
{
background-color: #80859C;
}
.BgClassName
{
background-color: #80859C;
}
</style>
border-color css
<style>
span { border-color: #80859C; }
span { border-color: rgb(128,133,156); }
td.TdClassName
{
border-color: #80859C;
}
.TagClassName
{
border-color: #80859C;
}
</style>