Shades of Mamba #806590
Tints of Mamba #806590
RGB
CMYK
RGB Variations
Color information
#806590 (or 0x806590) is known color: Mamba. HEX triplet: 80, 65 and 90. RGB value is (128,101,144). Sum of RGB (Red+Green+Blue) = 128+101+144=373 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.32% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 144 (56.64% from 255 or 38.61% from 373); Max value from RGB is 144 - color contains mainly: blue. Hex color #806590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806590 is #7F9A6F. Grayscale: #717171. Windows color (decimal): -8362608 or 9463168. OLE color: 9463168.
HSL color Cylindrical-coordinate representation of color #806590: hue angle of 277.67º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #806590 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 101 | 144 | - |
| CMYK | 0.11 | 0.30 | 0 | 0.44 |
| HSL | 277.67º | 0.18% | 0.48% | - |
| HSV(B) | 277.67º | 0.3% | 0.56% | - |
| XYZ | 18.59 | 15.91 | 28.48 | - |
| YUV | 113.98 | 144.95 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 101 | 144 | 0.11 | 0.30 | 0 | 0.44 | 277.67 | 0.18 | 0.48 |
| Hex | 80 | 65 | 90 | B | 1E | 0 | 2C | 116 | 12 | 30 |
| Octal | 200 | 145 | 220 | 13 | 36 | 0 | 54 | 426 | 22 | 60 |
| Binary | 10000000 | 1100101 | 10010000 | 1011 | 11110 | 0 | 101100 | 100010110 | 10010 | 110000 |
Color Harmonies of #806590
Complementary color
Monochromatic Colors of #806590
Black with #806590
Text Example
Text Example
White with #806590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806590; }
p { color: rgb(128,101,144); }
H1.HeaderClassName
{
color: #806590;
}
.AnyTagClassName
{
color: #806590;
}
</style>
background-color css
<style>
a { background-color: #806590; }
a { background-color: rgb(128,101,144); }
div.DivClassName
{
background-color: #806590;
}
.BgClassName
{
background-color: #806590;
}
</style>
border-color css
<style>
span { border-color: #806590; }
span { border-color: rgb(128,101,144); }
td.TdClassName
{
border-color: #806590;
}
.TagClassName
{
border-color: #806590;
}
</style>