Shades of Bossanova #513B54
Tints of Bossanova #513B54
RGB
CMYK
RGB Variations
Color information
#513B54 (or 0x513B54) is known color: Bossanova. HEX triplet: 51, 3B and 54. RGB value is (81,59,84). Sum of RGB (Red+Green+Blue) = 81+59+84=224 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.16% from 224); Green value is 59 (23.44% from 255 or 26.34% from 224); Blue value is 84 (33.20% from 255 or 37.5% from 224); Max value from RGB is 84 - color contains mainly: blue. Hex color #513B54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513B54 is #AEC4AB. Grayscale: #444444. Windows color (decimal): -11453612 or 5520209. OLE color: 5520209.
HSL color Cylindrical-coordinate representation of color #513B54: hue angle of 292.8º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #513B54 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 59 | 84 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.67 |
| HSL | 292.8º | 0.17% | 0.28% | - |
| HSV(B) | 292.8º | 0.3% | 0.33% | - |
| XYZ | 6.56 | 5.52 | 9.11 | - |
| YUV | 68.43 | 136.79 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 59 | 84 | 0.04 | 0.30 | 0 | 0.67 | 292.8 | 0.17 | 0.28 |
| Hex | 51 | 3B | 54 | 4 | 1E | 0 | 43 | 125 | 11 | 1C |
| Octal | 121 | 73 | 124 | 4 | 36 | 0 | 103 | 445 | 21 | 34 |
| Binary | 1010001 | 111011 | 1010100 | 100 | 11110 | 0 | 1000011 | 100100101 | 10001 | 11100 |
Color Harmonies of #513B54
Complementary color
Monochromatic Colors of #513B54
Black with #513B54
Text Example
Text Example
White with #513B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513B54; }
p { color: rgb(81,59,84); }
H1.HeaderClassName
{
color: #513B54;
}
.AnyTagClassName
{
color: #513B54;
}
</style>
background-color css
<style>
a { background-color: #513B54; }
a { background-color: rgb(81,59,84); }
div.DivClassName
{
background-color: #513B54;
}
.BgClassName
{
background-color: #513B54;
}
</style>
border-color css
<style>
span { border-color: #513B54; }
span { border-color: rgb(81,59,84); }
td.TdClassName
{
border-color: #513B54;
}
.TagClassName
{
border-color: #513B54;
}
</style>