Shades of Bossanova #513D54
Tints of Bossanova #513D54
RGB
CMYK
RGB Variations
Color information
#513D54 (or 0x513D54) is known color: Bossanova. HEX triplet: 51, 3D and 54. RGB value is (81,61,84). Sum of RGB (Red+Green+Blue) = 81+61+84=226 (29% of max value = 765). Red value is 81 (32.03% from 255 or 35.84% from 226); Green value is 61 (24.22% from 255 or 26.99% from 226); Blue value is 84 (33.20% from 255 or 37.17% from 226); Max value from RGB is 84 - color contains mainly: blue. Hex color #513D54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513D54 is #AEC2AB. Grayscale: #454545. Windows color (decimal): -11453100 or 5520721. OLE color: 5520721.
HSL color Cylindrical-coordinate representation of color #513D54: hue angle of 292.17º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #513D54 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 61 | 84 | - |
| CMYK | 0.04 | 0.27 | 0 | 0.67 |
| HSL | 292.17º | 0.16% | 0.28% | - |
| HSV(B) | 292.17º | 0.27% | 0.33% | - |
| XYZ | 6.66 | 5.73 | 9.14 | - |
| YUV | 69.6 | 136.13 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 61 | 84 | 0.04 | 0.27 | 0 | 0.67 | 292.17 | 0.16 | 0.28 |
| Hex | 51 | 3D | 54 | 4 | 1B | 0 | 43 | 124 | 10 | 1C |
| Octal | 121 | 75 | 124 | 4 | 33 | 0 | 103 | 444 | 20 | 34 |
| Binary | 1010001 | 111101 | 1010100 | 100 | 11011 | 0 | 1000011 | 100100100 | 10000 | 11100 |
Color Harmonies of #513D54
Complementary color
Monochromatic Colors of #513D54
Black with #513D54
Text Example
Text Example
White with #513D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513D54; }
p { color: rgb(81,61,84); }
H1.HeaderClassName
{
color: #513D54;
}
.AnyTagClassName
{
color: #513D54;
}
</style>
background-color css
<style>
a { background-color: #513D54; }
a { background-color: rgb(81,61,84); }
div.DivClassName
{
background-color: #513D54;
}
.BgClassName
{
background-color: #513D54;
}
</style>
border-color css
<style>
span { border-color: #513D54; }
span { border-color: rgb(81,61,84); }
td.TdClassName
{
border-color: #513D54;
}
.TagClassName
{
border-color: #513D54;
}
</style>