Shades of Bossanova #514853
Tints of Bossanova #514853
RGB
CMYK
RGB Variations
Color information
#514853 (or 0x514853) is known color: Bossanova. HEX triplet: 51, 48 and 53. RGB value is (81,72,83). Sum of RGB (Red+Green+Blue) = 81+72+83=236 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.32% from 236); Green value is 72 (28.52% from 255 or 30.51% from 236); Blue value is 83 (32.81% from 255 or 35.17% from 236); Max value from RGB is 83 - color contains mainly: blue. Hex color #514853 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514853 is #AEB7AC. Grayscale: #4B4B4B. Windows color (decimal): -11450285 or 5458001. OLE color: 5458001.
HSL color Cylindrical-coordinate representation of color #514853: hue angle of 289.09º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #514853 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 72 | 83 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.67 |
| HSL | 289.09º | 0.07% | 0.3% | - |
| HSV(B) | 289.09º | 0.13% | 0.33% | - |
| XYZ | 7.27 | 7.01 | 9.15 | - |
| YUV | 75.95 | 131.98 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 72 | 83 | 0.02 | 0.13 | 0 | 0.67 | 289.09 | 0.07 | 0.3 |
| Hex | 51 | 48 | 53 | 2 | D | 0 | 43 | 121 | 7 | 1E |
| Octal | 121 | 110 | 123 | 2 | 15 | 0 | 103 | 441 | 7 | 36 |
| Binary | 1010001 | 1001000 | 1010011 | 10 | 1101 | 0 | 1000011 | 100100001 | 111 | 11110 |
Color Harmonies of #514853
Complementary color
Monochromatic Colors of #514853
Black with #514853
Text Example
Text Example
White with #514853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514853; }
p { color: rgb(81,72,83); }
H1.HeaderClassName
{
color: #514853;
}
.AnyTagClassName
{
color: #514853;
}
</style>
background-color css
<style>
a { background-color: #514853; }
a { background-color: rgb(81,72,83); }
div.DivClassName
{
background-color: #514853;
}
.BgClassName
{
background-color: #514853;
}
</style>
border-color css
<style>
span { border-color: #514853; }
span { border-color: rgb(81,72,83); }
td.TdClassName
{
border-color: #514853;
}
.TagClassName
{
border-color: #514853;
}
</style>