Shades of Bossanova #514A54
Tints of Bossanova #514A54
RGB
CMYK
RGB Variations
Color information
#514A54 (or 0x514A54) is known color: Bossanova. HEX triplet: 51, 4A and 54. RGB value is (81,74,84). Sum of RGB (Red+Green+Blue) = 81+74+84=239 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.89% from 239); Green value is 74 (29.30% from 255 or 30.96% from 239); Blue value is 84 (33.20% from 255 or 35.15% from 239); Max value from RGB is 84 - color contains mainly: blue. Hex color #514A54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514A54 is #AEB5AB. Grayscale: #4D4D4D. Windows color (decimal): -11449772 or 5524049. OLE color: 5524049.
HSL color Cylindrical-coordinate representation of color #514A54: hue angle of 282º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #514A54 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 74 | 84 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.67 |
| HSL | 282º | 0.06% | 0.31% | - |
| HSV(B) | 282º | 0.12% | 0.33% | - |
| XYZ | 7.44 | 7.29 | 9.4 | - |
| YUV | 77.23 | 131.82 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 74 | 84 | 0.04 | 0.12 | 0 | 0.67 | 282 | 0.06 | 0.31 |
| Hex | 51 | 4A | 54 | 4 | C | 0 | 43 | 11A | 6 | 1F |
| Octal | 121 | 112 | 124 | 4 | 14 | 0 | 103 | 432 | 6 | 37 |
| Binary | 1010001 | 1001010 | 1010100 | 100 | 1100 | 0 | 1000011 | 100011010 | 110 | 11111 |
Color Harmonies of #514A54
Complementary color
Monochromatic Colors of #514A54
Black with #514A54
Text Example
Text Example
White with #514A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514A54; }
p { color: rgb(81,74,84); }
H1.HeaderClassName
{
color: #514A54;
}
.AnyTagClassName
{
color: #514A54;
}
</style>
background-color css
<style>
a { background-color: #514A54; }
a { background-color: rgb(81,74,84); }
div.DivClassName
{
background-color: #514A54;
}
.BgClassName
{
background-color: #514A54;
}
</style>
border-color css
<style>
span { border-color: #514A54; }
span { border-color: rgb(81,74,84); }
td.TdClassName
{
border-color: #514A54;
}
.TagClassName
{
border-color: #514A54;
}
</style>