Shades of Bossanova #513E53
Tints of Bossanova #513E53
RGB
CMYK
RGB Variations
Color information
#513E53 (or 0x513E53) is known color: Bossanova. HEX triplet: 51, 3E and 53. RGB value is (81,62,83). Sum of RGB (Red+Green+Blue) = 81+62+83=226 (29% of max value = 765). Red value is 81 (32.03% from 255 or 35.84% from 226); Green value is 62 (24.61% from 255 or 27.43% from 226); Blue value is 83 (32.81% from 255 or 36.73% from 226); Max value from RGB is 83 - color contains mainly: blue. Hex color #513E53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513E53 is #AEC1AC. Grayscale: #464646. Windows color (decimal): -11452845 or 5455441. OLE color: 5455441.
HSL color Cylindrical-coordinate representation of color #513E53: hue angle of 294.29º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #513E53 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 62 | 83 | - |
| CMYK | 0.02 | 0.25 | 0 | 0.67 |
| HSL | 294.29º | 0.14% | 0.28% | - |
| HSV(B) | 294.29º | 0.25% | 0.33% | - |
| XYZ | 6.68 | 5.82 | 8.95 | - |
| YUV | 70.08 | 135.29 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 62 | 83 | 0.02 | 0.25 | 0 | 0.67 | 294.29 | 0.14 | 0.28 |
| Hex | 51 | 3E | 53 | 2 | 19 | 0 | 43 | 126 | E | 1C |
| Octal | 121 | 76 | 123 | 2 | 31 | 0 | 103 | 446 | 16 | 34 |
| Binary | 1010001 | 111110 | 1010011 | 10 | 11001 | 0 | 1000011 | 100100110 | 1110 | 11100 |
Color Harmonies of #513E53
Complementary color
Monochromatic Colors of #513E53
Black with #513E53
Text Example
Text Example
White with #513E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513E53; }
p { color: rgb(81,62,83); }
H1.HeaderClassName
{
color: #513E53;
}
.AnyTagClassName
{
color: #513E53;
}
</style>
background-color css
<style>
a { background-color: #513E53; }
a { background-color: rgb(81,62,83); }
div.DivClassName
{
background-color: #513E53;
}
.BgClassName
{
background-color: #513E53;
}
</style>
border-color css
<style>
span { border-color: #513E53; }
span { border-color: rgb(81,62,83); }
td.TdClassName
{
border-color: #513E53;
}
.TagClassName
{
border-color: #513E53;
}
</style>