Shades of Bossanova #514556
Tints of Bossanova #514556
RGB
CMYK
RGB Variations
Color information
#514556 (or 0x514556) is known color: Bossanova. HEX triplet: 51, 45 and 56. RGB value is (81,69,86). Sum of RGB (Red+Green+Blue) = 81+69+86=236 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.32% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 86 (33.98% from 255 or 36.44% from 236); Max value from RGB is 86 - color contains mainly: blue. Hex color #514556 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514556 is #AEBAA9. Grayscale: #4A4A4A. Windows color (decimal): -11451050 or 5653841. OLE color: 5653841.
HSL color Cylindrical-coordinate representation of color #514556: hue angle of 282.35º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #514556 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 81 | 69 | 86 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.66 |
| HSL | 282.35º | 0.11% | 0.3% | - |
| HSV(B) | 282.35º | 0.2% | 0.34% | - |
| XYZ | 7.2 | 6.68 | 9.71 | - |
| YUV | 74.53 | 134.48 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 69 | 86 | 0.06 | 0.20 | 0 | 0.66 | 282.35 | 0.11 | 0.3 |
| Hex | 51 | 45 | 56 | 6 | 14 | 0 | 42 | 11A | B | 1E |
| Octal | 121 | 105 | 126 | 6 | 24 | 0 | 102 | 432 | 13 | 36 |
| Binary | 1010001 | 1000101 | 1010110 | 110 | 10100 | 0 | 1000010 | 100011010 | 1011 | 11110 |
Color Harmonies of #514556
Complementary color
Monochromatic Colors of #514556
Black with #514556
Text Example
Text Example
White with #514556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514556; }
p { color: rgb(81,69,86); }
H1.HeaderClassName
{
color: #514556;
}
.AnyTagClassName
{
color: #514556;
}
</style>
background-color css
<style>
a { background-color: #514556; }
a { background-color: rgb(81,69,86); }
div.DivClassName
{
background-color: #514556;
}
.BgClassName
{
background-color: #514556;
}
</style>
border-color css
<style>
span { border-color: #514556; }
span { border-color: rgb(81,69,86); }
td.TdClassName
{
border-color: #514556;
}
.TagClassName
{
border-color: #514556;
}
</style>