Shades of Bossanova #504156
Tints of Bossanova #504156
RGB
CMYK
RGB Variations
Color information
#504156 (or 0x504156) is known color: Bossanova. HEX triplet: 50, 41 and 56. RGB value is (80,65,86). Sum of RGB (Red+Green+Blue) = 80+65+86=231 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.63% from 231); Green value is 65 (25.78% from 255 or 28.14% from 231); Blue value is 86 (33.98% from 255 or 37.23% from 231); Max value from RGB is 86 - color contains mainly: blue. Hex color #504156 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504156 is #AFBEA9. Grayscale: #474747. Windows color (decimal): -11517610 or 5652816. OLE color: 5652816.
HSL color Cylindrical-coordinate representation of color #504156: hue angle of 282.86º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #504156 is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 80 | 65 | 86 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.66 |
| HSL | 282.86º | 0.14% | 0.3% | - |
| HSV(B) | 282.86º | 0.24% | 0.34% | - |
| XYZ | 6.88 | 6.16 | 9.63 | - |
| YUV | 71.88 | 135.97 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 65 | 86 | 0.07 | 0.24 | 0 | 0.66 | 282.86 | 0.14 | 0.3 |
| Hex | 50 | 41 | 56 | 7 | 18 | 0 | 42 | 11B | E | 1E |
| Octal | 120 | 101 | 126 | 7 | 30 | 0 | 102 | 433 | 16 | 36 |
| Binary | 1010000 | 1000001 | 1010110 | 111 | 11000 | 0 | 1000010 | 100011011 | 1110 | 11110 |
Color Harmonies of #504156
Complementary color
Monochromatic Colors of #504156
Black with #504156
Text Example
Text Example
White with #504156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504156; }
p { color: rgb(80,65,86); }
H1.HeaderClassName
{
color: #504156;
}
.AnyTagClassName
{
color: #504156;
}
</style>
background-color css
<style>
a { background-color: #504156; }
a { background-color: rgb(80,65,86); }
div.DivClassName
{
background-color: #504156;
}
.BgClassName
{
background-color: #504156;
}
</style>
border-color css
<style>
span { border-color: #504156; }
span { border-color: rgb(80,65,86); }
td.TdClassName
{
border-color: #504156;
}
.TagClassName
{
border-color: #504156;
}
</style>