Shades of Bossanova #504751
Tints of Bossanova #504751
RGB
CMYK
RGB Variations
Color information
#504751 (or 0x504751) is known color: Bossanova. HEX triplet: 50, 47 and 51. RGB value is (80,71,81). Sum of RGB (Red+Green+Blue) = 80+71+81=232 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.48% from 232); Green value is 71 (28.12% from 255 or 30.60% from 232); Blue value is 81 (32.03% from 255 or 34.91% from 232); Max value from RGB is 81 - color contains mainly: blue. Hex color #504751 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504751 is #AFB8AE. Grayscale: #4A4A4A. Windows color (decimal): -11516079 or 5326672. OLE color: 5326672.
HSL color Cylindrical-coordinate representation of color #504751: hue angle of 294º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #504751 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 80 | 71 | 81 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.68 |
| HSL | 294º | 0.07% | 0.3% | - |
| HSV(B) | 294º | 0.12% | 0.32% | - |
| XYZ | 7.05 | 6.81 | 8.73 | - |
| YUV | 74.83 | 131.48 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 71 | 81 | 0.01 | 0.12 | 0 | 0.68 | 294 | 0.07 | 0.3 |
| Hex | 50 | 47 | 51 | 1 | C | 0 | 44 | 126 | 7 | 1E |
| Octal | 120 | 107 | 121 | 1 | 14 | 0 | 104 | 446 | 7 | 36 |
| Binary | 1010000 | 1000111 | 1010001 | 1 | 1100 | 0 | 1000100 | 100100110 | 111 | 11110 |
Color Harmonies of #504751
Complementary color
Monochromatic Colors of #504751
Black with #504751
Text Example
Text Example
White with #504751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504751; }
p { color: rgb(80,71,81); }
H1.HeaderClassName
{
color: #504751;
}
.AnyTagClassName
{
color: #504751;
}
</style>
background-color css
<style>
a { background-color: #504751; }
a { background-color: rgb(80,71,81); }
div.DivClassName
{
background-color: #504751;
}
.BgClassName
{
background-color: #504751;
}
</style>
border-color css
<style>
span { border-color: #504751; }
span { border-color: rgb(80,71,81); }
td.TdClassName
{
border-color: #504751;
}
.TagClassName
{
border-color: #504751;
}
</style>