Shades of Bossanova #504A51
Tints of Bossanova #504A51
RGB
CMYK
RGB Variations
Color information
#504A51 (or 0x504A51) is known color: Bossanova. HEX triplet: 50, 4A and 51. RGB value is (80,74,81). Sum of RGB (Red+Green+Blue) = 80+74+81=235 (31% of max value = 765). Red value is 80 (31.64% from 255 or 34.04% from 235); Green value is 74 (29.30% from 255 or 31.49% from 235); Blue value is 81 (32.03% from 255 or 34.47% from 235); Max value from RGB is 81 - color contains mainly: blue. Hex color #504A51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504A51 is #AFB5AE. Grayscale: #4C4C4C. Windows color (decimal): -11515311 or 5327440. OLE color: 5327440.
HSL color Cylindrical-coordinate representation of color #504A51: hue angle of 291.43º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #504A51 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 80 | 74 | 81 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.68 |
| HSL | 291.43º | 0.05% | 0.3% | - |
| HSV(B) | 291.43º | 0.09% | 0.32% | - |
| XYZ | 7.24 | 7.2 | 8.79 | - |
| YUV | 76.59 | 130.49 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 74 | 81 | 0.01 | 0.09 | 0 | 0.68 | 291.43 | 0.05 | 0.3 |
| Hex | 50 | 4A | 51 | 1 | 9 | 0 | 44 | 123 | 5 | 1E |
| Octal | 120 | 112 | 121 | 1 | 11 | 0 | 104 | 443 | 5 | 36 |
| Binary | 1010000 | 1001010 | 1010001 | 1 | 1001 | 0 | 1000100 | 100100011 | 101 | 11110 |
Color Harmonies of #504A51
Complementary color
Monochromatic Colors of #504A51
Black with #504A51
Text Example
Text Example
White with #504A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504A51; }
p { color: rgb(80,74,81); }
H1.HeaderClassName
{
color: #504A51;
}
.AnyTagClassName
{
color: #504A51;
}
</style>
background-color css
<style>
a { background-color: #504A51; }
a { background-color: rgb(80,74,81); }
div.DivClassName
{
background-color: #504A51;
}
.BgClassName
{
background-color: #504A51;
}
</style>
border-color css
<style>
span { border-color: #504A51; }
span { border-color: rgb(80,74,81); }
td.TdClassName
{
border-color: #504A51;
}
.TagClassName
{
border-color: #504A51;
}
</style>