Shades of Manatee #828596
Tints of Manatee #828596
RGB
CMYK
RGB Variations
Color information
#828596 (or 0x828596) is known color: Manatee. HEX triplet: 82, 85 and 96. RGB value is (130,133,150). Sum of RGB (Red+Green+Blue) = 130+133+150=413 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.48% from 413); Green value is 133 (52.34% from 255 or 32.20% from 413); Blue value is 150 (58.98% from 255 or 36.32% from 413); Max value from RGB is 150 - color contains mainly: blue. Hex color #828596 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828596 is #7D7A69. Grayscale: #858585. Windows color (decimal): -8223338 or 9864578. OLE color: 9864578.
HSL color Cylindrical-coordinate representation of color #828596: hue angle of 231º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #828596 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 130 | 133 | 150 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.41 |
| HSL | 231º | 0.09% | 0.55% | - |
| HSV(B) | 231º | 0.13% | 0.59% | - |
| XYZ | 23.1 | 23.72 | 32.22 | - |
| YUV | 134.04 | 137.01 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 133 | 150 | 0.13 | 0.11 | 0 | 0.41 | 231 | 0.09 | 0.55 |
| Hex | 82 | 85 | 96 | D | B | 0 | 29 | E7 | 9 | 37 |
| Octal | 202 | 205 | 226 | 15 | 13 | 0 | 51 | 347 | 11 | 67 |
| Binary | 10000010 | 10000101 | 10010110 | 1101 | 1011 | 0 | 101001 | 11100111 | 1001 | 110111 |
Color Harmonies of #828596
Complementary color
Monochromatic Colors of #828596
Black with #828596
Text Example
Text Example
White with #828596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828596; }
p { color: rgb(130,133,150); }
H1.HeaderClassName
{
color: #828596;
}
.AnyTagClassName
{
color: #828596;
}
</style>
background-color css
<style>
a { background-color: #828596; }
a { background-color: rgb(130,133,150); }
div.DivClassName
{
background-color: #828596;
}
.BgClassName
{
background-color: #828596;
}
</style>
border-color css
<style>
span { border-color: #828596; }
span { border-color: rgb(130,133,150); }
td.TdClassName
{
border-color: #828596;
}
.TagClassName
{
border-color: #828596;
}
</style>