Shades of Bossanova #513C58
Tints of Bossanova #513C58
RGB
CMYK
RGB Variations
Color information
#513C58 (or 0x513C58) is known color: Bossanova. HEX triplet: 51, 3C and 58. RGB value is (81,60,88). Sum of RGB (Red+Green+Blue) = 81+60+88=229 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.37% from 229); Green value is 60 (23.83% from 255 or 26.20% from 229); Blue value is 88 (34.77% from 255 or 38.43% from 229); Max value from RGB is 88 - color contains mainly: blue. Hex color #513C58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513C58 is #AEC3A7. Grayscale: #454545. Windows color (decimal): -11453352 or 5782609. OLE color: 5782609.
HSL color Cylindrical-coordinate representation of color #513C58: hue angle of 285º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #513C58 is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 81 | 60 | 88 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.65 |
| HSL | 285º | 0.19% | 0.29% | - |
| HSV(B) | 285º | 0.32% | 0.35% | - |
| XYZ | 6.77 | 5.69 | 9.97 | - |
| YUV | 69.47 | 138.46 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 60 | 88 | 0.08 | 0.32 | 0 | 0.65 | 285 | 0.19 | 0.29 |
| Hex | 51 | 3C | 58 | 8 | 20 | 0 | 41 | 11D | 13 | 1D |
| Octal | 121 | 74 | 130 | 10 | 40 | 0 | 101 | 435 | 23 | 35 |
| Binary | 1010001 | 111100 | 1011000 | 1000 | 100000 | 0 | 1000001 | 100011101 | 10011 | 11101 |
Color Harmonies of #513C58
Complementary color
Monochromatic Colors of #513C58
Black with #513C58
Text Example
Text Example
White with #513C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513C58; }
p { color: rgb(81,60,88); }
H1.HeaderClassName
{
color: #513C58;
}
.AnyTagClassName
{
color: #513C58;
}
</style>
background-color css
<style>
a { background-color: #513C58; }
a { background-color: rgb(81,60,88); }
div.DivClassName
{
background-color: #513C58;
}
.BgClassName
{
background-color: #513C58;
}
</style>
border-color css
<style>
span { border-color: #513C58; }
span { border-color: rgb(81,60,88); }
td.TdClassName
{
border-color: #513C58;
}
.TagClassName
{
border-color: #513C58;
}
</style>