Shades of Bossanova #503751
Tints of Bossanova #503751
RGB
CMYK
RGB Variations
Color information
#503751 (or 0x503751) is known color: Bossanova. HEX triplet: 50, 37 and 51. RGB value is (80,55,81). Sum of RGB (Red+Green+Blue) = 80+55+81=216 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.04% from 216); Green value is 55 (21.88% from 255 or 25.46% from 216); Blue value is 81 (32.03% from 255 or 37.5% from 216); Max value from RGB is 81 - color contains mainly: blue. Hex color #503751 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503751 is #AFC8AE. Grayscale: #414141. Windows color (decimal): -11520175 or 5322576. OLE color: 5322576.
HSL color Cylindrical-coordinate representation of color #503751: hue angle of 297.69º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #503751 is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 80 | 55 | 81 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.68 |
| HSL | 297.69º | 0.19% | 0.27% | - |
| HSV(B) | 297.69º | 0.32% | 0.32% | - |
| XYZ | 6.16 | 5.03 | 8.43 | - |
| YUV | 65.44 | 136.78 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 55 | 81 | 0.01 | 0.32 | 0 | 0.68 | 297.69 | 0.19 | 0.27 |
| Hex | 50 | 37 | 51 | 1 | 20 | 0 | 44 | 12A | 13 | 1B |
| Octal | 120 | 67 | 121 | 1 | 40 | 0 | 104 | 452 | 23 | 33 |
| Binary | 1010000 | 110111 | 1010001 | 1 | 100000 | 0 | 1000100 | 100101010 | 10011 | 11011 |
Color Harmonies of #503751
Complementary color
Monochromatic Colors of #503751
Black with #503751
Text Example
Text Example
White with #503751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503751; }
p { color: rgb(80,55,81); }
H1.HeaderClassName
{
color: #503751;
}
.AnyTagClassName
{
color: #503751;
}
</style>
background-color css
<style>
a { background-color: #503751; }
a { background-color: rgb(80,55,81); }
div.DivClassName
{
background-color: #503751;
}
.BgClassName
{
background-color: #503751;
}
</style>
border-color css
<style>
span { border-color: #503751; }
span { border-color: rgb(80,55,81); }
td.TdClassName
{
border-color: #503751;
}
.TagClassName
{
border-color: #503751;
}
</style>