Shades of Manatee #84858B
Tints of Manatee #84858B
RGB
CMYK
RGB Variations
Color information
#84858B (or 0x84858B) is known color: Manatee. HEX triplet: 84, 85 and 8B. RGB value is (132,133,139). Sum of RGB (Red+Green+Blue) = 132+133+139=404 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.67% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 139 - color contains mainly: blue. Hex color #84858B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84858B is #7B7A74. Grayscale: #858585. Windows color (decimal): -8092277 or 9143684. OLE color: 9143684.
HSL color Cylindrical-coordinate representation of color #84858B: hue angle of 231.43º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #84858B is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 133 | 139 | - |
| CMYK | 0.05 | 0.04 | 0 | 0.45 |
| HSL | 231.43º | 0.03% | 0.53% | - |
| HSV(B) | 231.43º | 0.05% | 0.55% | - |
| XYZ | 22.56 | 23.54 | 27.78 | - |
| YUV | 133.39 | 131.17 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 133 | 139 | 0.05 | 0.04 | 0 | 0.45 | 231.43 | 0.03 | 0.53 |
| Hex | 84 | 85 | 8B | 5 | 4 | 0 | 2D | E7 | 3 | 35 |
| Octal | 204 | 205 | 213 | 5 | 4 | 0 | 55 | 347 | 3 | 65 |
| Binary | 10000100 | 10000101 | 10001011 | 101 | 100 | 0 | 101101 | 11100111 | 11 | 110101 |
Color Harmonies of #84858B
Complementary color
Monochromatic Colors of #84858B
Black with #84858B
Text Example
Text Example
White with #84858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84858B; }
p { color: rgb(132,133,139); }
H1.HeaderClassName
{
color: #84858B;
}
.AnyTagClassName
{
color: #84858B;
}
</style>
background-color css
<style>
a { background-color: #84858B; }
a { background-color: rgb(132,133,139); }
div.DivClassName
{
background-color: #84858B;
}
.BgClassName
{
background-color: #84858B;
}
</style>
border-color css
<style>
span { border-color: #84858B; }
span { border-color: rgb(132,133,139); }
td.TdClassName
{
border-color: #84858B;
}
.TagClassName
{
border-color: #84858B;
}
</style>