Shades of Bossanova #503C51
Tints of Bossanova #503C51
RGB
CMYK
RGB Variations
Color information
#503C51 (or 0x503C51) is known color: Bossanova. HEX triplet: 50, 3C and 51. RGB value is (80,60,81). Sum of RGB (Red+Green+Blue) = 80+60+81=221 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.20% from 221); Green value is 60 (23.83% from 255 or 27.15% from 221); Blue value is 81 (32.03% from 255 or 36.65% from 221); Max value from RGB is 81 - color contains mainly: blue. Hex color #503C51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503C51 is #AFC3AE. Grayscale: #444444. Windows color (decimal): -11518895 or 5323856. OLE color: 5323856.
HSL color Cylindrical-coordinate representation of color #503C51: hue angle of 297.14º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #503C51 is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 80 | 60 | 81 | - |
| CMYK | 0.01 | 0.26 | 0 | 0.68 |
| HSL | 297.14º | 0.15% | 0.28% | - |
| HSV(B) | 297.14º | 0.26% | 0.32% | - |
| XYZ | 6.41 | 5.53 | 8.51 | - |
| YUV | 68.37 | 135.13 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 60 | 81 | 0.01 | 0.26 | 0 | 0.68 | 297.14 | 0.15 | 0.28 |
| Hex | 50 | 3C | 51 | 1 | 1A | 0 | 44 | 129 | F | 1C |
| Octal | 120 | 74 | 121 | 1 | 32 | 0 | 104 | 451 | 17 | 34 |
| Binary | 1010000 | 111100 | 1010001 | 1 | 11010 | 0 | 1000100 | 100101001 | 1111 | 11100 |
Color Harmonies of #503C51
Complementary color
Monochromatic Colors of #503C51
Black with #503C51
Text Example
Text Example
White with #503C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503C51; }
p { color: rgb(80,60,81); }
H1.HeaderClassName
{
color: #503C51;
}
.AnyTagClassName
{
color: #503C51;
}
</style>
background-color css
<style>
a { background-color: #503C51; }
a { background-color: rgb(80,60,81); }
div.DivClassName
{
background-color: #503C51;
}
.BgClassName
{
background-color: #503C51;
}
</style>
border-color css
<style>
span { border-color: #503C51; }
span { border-color: rgb(80,60,81); }
td.TdClassName
{
border-color: #503C51;
}
.TagClassName
{
border-color: #503C51;
}
</style>