Shades of Bossanova #514553
Tints of Bossanova #514553
RGB
CMYK
RGB Variations
Color information
#514553 (or 0x514553) is known color: Bossanova. HEX triplet: 51, 45 and 53. RGB value is (81,69,83). Sum of RGB (Red+Green+Blue) = 81+69+83=233 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.76% from 233); Green value is 69 (27.34% from 255 or 29.61% from 233); Blue value is 83 (32.81% from 255 or 35.62% from 233); Max value from RGB is 83 - color contains mainly: blue. Hex color #514553 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514553 is #AEBAAC. Grayscale: #4A4A4A. Windows color (decimal): -11451053 or 5457233. OLE color: 5457233.
HSL color Cylindrical-coordinate representation of color #514553: hue angle of 291.43º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #514553 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 69 | 83 | - |
| CMYK | 0.02 | 0.17 | 0 | 0.67 |
| HSL | 291.43º | 0.09% | 0.3% | - |
| HSV(B) | 291.43º | 0.17% | 0.33% | - |
| XYZ | 7.08 | 6.63 | 9.09 | - |
| YUV | 74.18 | 132.98 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 69 | 83 | 0.02 | 0.17 | 0 | 0.67 | 291.43 | 0.09 | 0.3 |
| Hex | 51 | 45 | 53 | 2 | 11 | 0 | 43 | 123 | 9 | 1E |
| Octal | 121 | 105 | 123 | 2 | 21 | 0 | 103 | 443 | 11 | 36 |
| Binary | 1010001 | 1000101 | 1010011 | 10 | 10001 | 0 | 1000011 | 100100011 | 1001 | 11110 |
Color Harmonies of #514553
Complementary color
Monochromatic Colors of #514553
Black with #514553
Text Example
Text Example
White with #514553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514553; }
p { color: rgb(81,69,83); }
H1.HeaderClassName
{
color: #514553;
}
.AnyTagClassName
{
color: #514553;
}
</style>
background-color css
<style>
a { background-color: #514553; }
a { background-color: rgb(81,69,83); }
div.DivClassName
{
background-color: #514553;
}
.BgClassName
{
background-color: #514553;
}
</style>
border-color css
<style>
span { border-color: #514553; }
span { border-color: rgb(81,69,83); }
td.TdClassName
{
border-color: #514553;
}
.TagClassName
{
border-color: #514553;
}
</style>