Shades of Bossanova #513F53
Tints of Bossanova #513F53
RGB
CMYK
RGB Variations
Color information
#513F53 (or 0x513F53) is known color: Bossanova. HEX triplet: 51, 3F and 53. RGB value is (81,63,83). Sum of RGB (Red+Green+Blue) = 81+63+83=227 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.68% from 227); Green value is 63 (25% from 255 or 27.75% from 227); Blue value is 83 (32.81% from 255 or 36.56% from 227); Max value from RGB is 83 - color contains mainly: blue. Hex color #513F53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513F53 is #AEC0AC. Grayscale: #464646. Windows color (decimal): -11452589 or 5455697. OLE color: 5455697.
HSL color Cylindrical-coordinate representation of color #513F53: hue angle of 294º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #513F53 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 63 | 83 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.67 |
| HSL | 294º | 0.14% | 0.29% | - |
| HSV(B) | 294º | 0.24% | 0.33% | - |
| XYZ | 6.73 | 5.93 | 8.97 | - |
| YUV | 70.66 | 134.96 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 63 | 83 | 0.02 | 0.24 | 0 | 0.67 | 294 | 0.14 | 0.29 |
| Hex | 51 | 3F | 53 | 2 | 18 | 0 | 43 | 126 | E | 1D |
| Octal | 121 | 77 | 123 | 2 | 30 | 0 | 103 | 446 | 16 | 35 |
| Binary | 1010001 | 111111 | 1010011 | 10 | 11000 | 0 | 1000011 | 100100110 | 1110 | 11101 |
Color Harmonies of #513F53
Complementary color
Monochromatic Colors of #513F53
Black with #513F53
Text Example
Text Example
White with #513F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513F53; }
p { color: rgb(81,63,83); }
H1.HeaderClassName
{
color: #513F53;
}
.AnyTagClassName
{
color: #513F53;
}
</style>
background-color css
<style>
a { background-color: #513F53; }
a { background-color: rgb(81,63,83); }
div.DivClassName
{
background-color: #513F53;
}
.BgClassName
{
background-color: #513F53;
}
</style>
border-color css
<style>
span { border-color: #513F53; }
span { border-color: rgb(81,63,83); }
td.TdClassName
{
border-color: #513F53;
}
.TagClassName
{
border-color: #513F53;
}
</style>