Shades of Bossanova #503951
Tints of Bossanova #503951
RGB
CMYK
RGB Variations
Color information
#503951 (or 0x503951) is known color: Bossanova. HEX triplet: 50, 39 and 51. RGB value is (80,57,81). Sum of RGB (Red+Green+Blue) = 80+57+81=218 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.70% from 218); Green value is 57 (22.66% from 255 or 26.15% from 218); Blue value is 81 (32.03% from 255 or 37.16% from 218); Max value from RGB is 81 - color contains mainly: blue. Hex color #503951 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503951 is #AFC6AE. Grayscale: #424242. Windows color (decimal): -11519663 or 5323088. OLE color: 5323088.
HSL color Cylindrical-coordinate representation of color #503951: hue angle of 297.5º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #503951 is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 80 | 57 | 81 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.68 |
| HSL | 297.5º | 0.17% | 0.27% | - |
| HSV(B) | 297.5º | 0.3% | 0.32% | - |
| XYZ | 6.26 | 5.23 | 8.46 | - |
| YUV | 66.61 | 136.12 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 57 | 81 | 0.01 | 0.30 | 0 | 0.68 | 297.5 | 0.17 | 0.27 |
| Hex | 50 | 39 | 51 | 1 | 1E | 0 | 44 | 12A | 11 | 1B |
| Octal | 120 | 71 | 121 | 1 | 36 | 0 | 104 | 452 | 21 | 33 |
| Binary | 1010000 | 111001 | 1010001 | 1 | 11110 | 0 | 1000100 | 100101010 | 10001 | 11011 |
Color Harmonies of #503951
Complementary color
Monochromatic Colors of #503951
Black with #503951
Text Example
Text Example
White with #503951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503951; }
p { color: rgb(80,57,81); }
H1.HeaderClassName
{
color: #503951;
}
.AnyTagClassName
{
color: #503951;
}
</style>
background-color css
<style>
a { background-color: #503951; }
a { background-color: rgb(80,57,81); }
div.DivClassName
{
background-color: #503951;
}
.BgClassName
{
background-color: #503951;
}
</style>
border-color css
<style>
span { border-color: #503951; }
span { border-color: rgb(80,57,81); }
td.TdClassName
{
border-color: #503951;
}
.TagClassName
{
border-color: #503951;
}
</style>