Shades of Bossanova #513A58
Tints of Bossanova #513A58
RGB
CMYK
RGB Variations
Color information
#513A58 (or 0x513A58) is known color: Bossanova. HEX triplet: 51, 3A and 58. RGB value is (81,58,88). Sum of RGB (Red+Green+Blue) = 81+58+88=227 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.68% from 227); Green value is 58 (23.05% from 255 or 25.55% from 227); Blue value is 88 (34.77% from 255 or 38.77% from 227); Max value from RGB is 88 - color contains mainly: blue. Hex color #513A58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513A58 is #AEC5A7. Grayscale: #444444. Windows color (decimal): -11453864 or 5782097. OLE color: 5782097.
HSL color Cylindrical-coordinate representation of color #513A58: hue angle of 286º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #513A58 is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 81 | 58 | 88 | - |
| CMYK | 0.08 | 0.34 | 0 | 0.65 |
| HSL | 286º | 0.21% | 0.29% | - |
| HSV(B) | 286º | 0.34% | 0.35% | - |
| XYZ | 6.67 | 5.48 | 9.94 | - |
| YUV | 68.3 | 139.12 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 58 | 88 | 0.08 | 0.34 | 0 | 0.65 | 286 | 0.21 | 0.29 |
| Hex | 51 | 3A | 58 | 8 | 22 | 0 | 41 | 11E | 15 | 1D |
| Octal | 121 | 72 | 130 | 10 | 42 | 0 | 101 | 436 | 25 | 35 |
| Binary | 1010001 | 111010 | 1011000 | 1000 | 100010 | 0 | 1000001 | 100011110 | 10101 | 11101 |
Color Harmonies of #513A58
Complementary color
Monochromatic Colors of #513A58
Black with #513A58
Text Example
Text Example
White with #513A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513A58; }
p { color: rgb(81,58,88); }
H1.HeaderClassName
{
color: #513A58;
}
.AnyTagClassName
{
color: #513A58;
}
</style>
background-color css
<style>
a { background-color: #513A58; }
a { background-color: rgb(81,58,88); }
div.DivClassName
{
background-color: #513A58;
}
.BgClassName
{
background-color: #513A58;
}
</style>
border-color css
<style>
span { border-color: #513A58; }
span { border-color: rgb(81,58,88); }
td.TdClassName
{
border-color: #513A58;
}
.TagClassName
{
border-color: #513A58;
}
</style>