Shades of Bossanova #514E52
Tints of Bossanova #514E52
RGB
CMYK
RGB Variations
Color information
#514E52 (or 0x514E52) is known color: Bossanova. HEX triplet: 51, 4E and 52. RGB value is (81,78,82). Sum of RGB (Red+Green+Blue) = 81+78+82=241 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.61% from 241); Green value is 78 (30.86% from 255 or 32.37% from 241); Blue value is 82 (32.42% from 255 or 34.02% from 241); Max value from RGB is 82 - color contains mainly: blue. Hex color #514E52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514E52 is #AEB1AD. Grayscale: #4F4F4F. Windows color (decimal): -11448750 or 5394001. OLE color: 5394001.
HSL color Cylindrical-coordinate representation of color #514E52: hue angle of 285º degrees, saturation: 0.03, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #514E52 is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
RGB | 81 | 78 | 82 | - |
CMYK | 0.01 | 0.05 | 0 | 0.68 |
HSL | 285º | 0.03% | 0.31% | - |
HSV(B) | 285º | 0.05% | 0.32% | - |
XYZ | 7.64 | 7.81 | 9.09 | - |
YUV | 79.35 | 129.49 | 129.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 81 | 78 | 82 | 0.01 | 0.05 | 0 | 0.68 | 285 | 0.03 | 0.31 |
Hex | 51 | 4E | 52 | 1 | 5 | 0 | 44 | 11D | 2 | 1F |
Octal | 121 | 116 | 122 | 1 | 5 | 0 | 104 | 435 | 2 | 37 |
Binary | 1010001 | 1001110 | 1010010 | 1 | 101 | 0 | 1000100 | 100011101 | 10 | 11111 |
Color Harmonies of #514E52
Complementary color
Monochromatic Colors of #514E52
Black with #514E52
Text Example
Text Example
White with #514E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514E52; }
p { color: rgb(81,78,82); }
H1.HeaderClassName
{
color: #514E52;
}
.AnyTagClassName
{
color: #514E52;
}
</style>
background-color css
<style>
a { background-color: #514E52; }
a { background-color: rgb(81,78,82); }
div.DivClassName
{
background-color: #514E52;
}
.BgClassName
{
background-color: #514E52;
}
</style>
border-color css
<style>
span { border-color: #514E52; }
span { border-color: rgb(81,78,82); }
td.TdClassName
{
border-color: #514E52;
}
.TagClassName
{
border-color: #514E52;
}
</style>