Shades of Bossanova #514657
Tints of Bossanova #514657
RGB
CMYK
RGB Variations
Color information
#514657 (or 0x514657) is known color: Bossanova. HEX triplet: 51, 46 and 57. RGB value is (81,70,87). Sum of RGB (Red+Green+Blue) = 81+70+87=238 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.03% from 238); Green value is 70 (27.73% from 255 or 29.41% from 238); Blue value is 87 (34.38% from 255 or 36.55% from 238); Max value from RGB is 87 - color contains mainly: blue. Hex color #514657 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514657 is #AEB9A8. Grayscale: #4B4B4B. Windows color (decimal): -11450793 or 5719633. OLE color: 5719633.
HSL color Cylindrical-coordinate representation of color #514657: hue angle of 278.82º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #514657 is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 81 | 70 | 87 | - |
| CMYK | 0.07 | 0.20 | 0 | 0.66 |
| HSL | 278.82º | 0.11% | 0.31% | - |
| HSV(B) | 278.82º | 0.2% | 0.34% | - |
| XYZ | 7.3 | 6.82 | 9.95 | - |
| YUV | 75.23 | 134.64 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 70 | 87 | 0.07 | 0.20 | 0 | 0.66 | 278.82 | 0.11 | 0.31 |
| Hex | 51 | 46 | 57 | 7 | 14 | 0 | 42 | 117 | B | 1F |
| Octal | 121 | 106 | 127 | 7 | 24 | 0 | 102 | 427 | 13 | 37 |
| Binary | 1010001 | 1000110 | 1010111 | 111 | 10100 | 0 | 1000010 | 100010111 | 1011 | 11111 |
Color Harmonies of #514657
Complementary color
Monochromatic Colors of #514657
Black with #514657
Text Example
Text Example
White with #514657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514657; }
p { color: rgb(81,70,87); }
H1.HeaderClassName
{
color: #514657;
}
.AnyTagClassName
{
color: #514657;
}
</style>
background-color css
<style>
a { background-color: #514657; }
a { background-color: rgb(81,70,87); }
div.DivClassName
{
background-color: #514657;
}
.BgClassName
{
background-color: #514657;
}
</style>
border-color css
<style>
span { border-color: #514657; }
span { border-color: rgb(81,70,87); }
td.TdClassName
{
border-color: #514657;
}
.TagClassName
{
border-color: #514657;
}
</style>