Shades of Manatee #828289
Tints of Manatee #828289
RGB
CMYK
RGB Variations
Color information
#828289 (or 0x828289) is known color: Manatee. HEX triplet: 82, 82 and 89. RGB value is (130,130,137). Sum of RGB (Red+Green+Blue) = 130+130+137=397 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.75% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 137 (53.91% from 255 or 34.51% from 397); Max value from RGB is 137 - color contains mainly: blue. Hex color #828289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828289 is #7D7D76. Grayscale: #828282. Windows color (decimal): -8224119 or 9011842. OLE color: 9011842.
HSL color Cylindrical-coordinate representation of color #828289: hue angle of 240º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #828289 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 130 | 137 | - |
| CMYK | 0.05 | 0.05 | 0 | 0.46 |
| HSL | 240º | 0.03% | 0.52% | - |
| HSV(B) | 240º | 0.05% | 0.54% | - |
| XYZ | 21.7 | 22.52 | 26.87 | - |
| YUV | 130.8 | 131.5 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 130 | 137 | 0.05 | 0.05 | 0 | 0.46 | 240 | 0.03 | 0.52 |
| Hex | 82 | 82 | 89 | 5 | 5 | 0 | 2E | F0 | 3 | 34 |
| Octal | 202 | 202 | 211 | 5 | 5 | 0 | 56 | 360 | 3 | 64 |
| Binary | 10000010 | 10000010 | 10001001 | 101 | 101 | 0 | 101110 | 11110000 | 11 | 110100 |
Color Harmonies of #828289
Complementary color
Monochromatic Colors of #828289
Black with #828289
Text Example
Text Example
White with #828289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828289; }
p { color: rgb(130,130,137); }
H1.HeaderClassName
{
color: #828289;
}
.AnyTagClassName
{
color: #828289;
}
</style>
background-color css
<style>
a { background-color: #828289; }
a { background-color: rgb(130,130,137); }
div.DivClassName
{
background-color: #828289;
}
.BgClassName
{
background-color: #828289;
}
</style>
border-color css
<style>
span { border-color: #828289; }
span { border-color: rgb(130,130,137); }
td.TdClassName
{
border-color: #828289;
}
.TagClassName
{
border-color: #828289;
}
</style>