Shades of Manatee #83838B
Tints of Manatee #83838B
RGB
CMYK
RGB Variations
Color information
#83838B (or 0x83838B) is known color: Manatee. HEX triplet: 83, 83 and 8B. RGB value is (131,131,139). Sum of RGB (Red+Green+Blue) = 131+131+139=401 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.67% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 139 - color contains mainly: blue. Hex color #83838B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83838B is #7C7C74. Grayscale: #838383. Windows color (decimal): -8158325 or 9143171. OLE color: 9143171.
HSL color Cylindrical-coordinate representation of color #83838B: hue angle of 240º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #83838B is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 131 | 139 | - |
| CMYK | 0.06 | 0.06 | 0 | 0.45 |
| HSL | 240º | 0.03% | 0.53% | - |
| HSV(B) | 240º | 0.06% | 0.55% | - |
| XYZ | 22.14 | 22.92 | 27.68 | - |
| YUV | 131.91 | 132 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 131 | 139 | 0.06 | 0.06 | 0 | 0.45 | 240 | 0.03 | 0.53 |
| Hex | 83 | 83 | 8B | 6 | 6 | 0 | 2D | F0 | 3 | 35 |
| Octal | 203 | 203 | 213 | 6 | 6 | 0 | 55 | 360 | 3 | 65 |
| Binary | 10000011 | 10000011 | 10001011 | 110 | 110 | 0 | 101101 | 11110000 | 11 | 110101 |
Color Harmonies of #83838B
Complementary color
Monochromatic Colors of #83838B
Black with #83838B
Text Example
Text Example
White with #83838B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83838B; }
p { color: rgb(131,131,139); }
H1.HeaderClassName
{
color: #83838B;
}
.AnyTagClassName
{
color: #83838B;
}
</style>
background-color css
<style>
a { background-color: #83838B; }
a { background-color: rgb(131,131,139); }
div.DivClassName
{
background-color: #83838B;
}
.BgClassName
{
background-color: #83838B;
}
</style>
border-color css
<style>
span { border-color: #83838B; }
span { border-color: rgb(131,131,139); }
td.TdClassName
{
border-color: #83838B;
}
.TagClassName
{
border-color: #83838B;
}
</style>