Shades of Bossanova #513A57
Tints of Bossanova #513A57
RGB
CMYK
RGB Variations
Color information
#513A57 (or 0x513A57) is known color: Bossanova. HEX triplet: 51, 3A and 57. RGB value is (81,58,87). Sum of RGB (Red+Green+Blue) = 81+58+87=226 (29% of max value = 765). Red value is 81 (32.03% from 255 or 35.84% from 226); Green value is 58 (23.05% from 255 or 25.66% from 226); Blue value is 87 (34.38% from 255 or 38.50% from 226); Max value from RGB is 87 - color contains mainly: blue. Hex color #513A57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513A57 is #AEC5A8. Grayscale: #444444. Windows color (decimal): -11453865 or 5716561. OLE color: 5716561.
HSL color Cylindrical-coordinate representation of color #513A57: hue angle of 287.59º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #513A57 is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 81 | 58 | 87 | - |
| CMYK | 0.07 | 0.33 | 0 | 0.66 |
| HSL | 287.59º | 0.2% | 0.28% | - |
| HSV(B) | 287.59º | 0.33% | 0.34% | - |
| XYZ | 6.63 | 5.46 | 9.72 | - |
| YUV | 68.18 | 138.62 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 58 | 87 | 0.07 | 0.33 | 0 | 0.66 | 287.59 | 0.2 | 0.28 |
| Hex | 51 | 3A | 57 | 7 | 21 | 0 | 42 | 120 | 14 | 1C |
| Octal | 121 | 72 | 127 | 7 | 41 | 0 | 102 | 440 | 24 | 34 |
| Binary | 1010001 | 111010 | 1010111 | 111 | 100001 | 0 | 1000010 | 100100000 | 10100 | 11100 |
Color Harmonies of #513A57
Complementary color
Monochromatic Colors of #513A57
Black with #513A57
Text Example
Text Example
White with #513A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513A57; }
p { color: rgb(81,58,87); }
H1.HeaderClassName
{
color: #513A57;
}
.AnyTagClassName
{
color: #513A57;
}
</style>
background-color css
<style>
a { background-color: #513A57; }
a { background-color: rgb(81,58,87); }
div.DivClassName
{
background-color: #513A57;
}
.BgClassName
{
background-color: #513A57;
}
</style>
border-color css
<style>
span { border-color: #513A57; }
span { border-color: rgb(81,58,87); }
td.TdClassName
{
border-color: #513A57;
}
.TagClassName
{
border-color: #513A57;
}
</style>