Shades of Bossanova #504556
Tints of Bossanova #504556
RGB
CMYK
RGB Variations
Color information
#504556 (or 0x504556) is known color: Bossanova. HEX triplet: 50, 45 and 56. RGB value is (80,69,86). Sum of RGB (Red+Green+Blue) = 80+69+86=235 (31% of max value = 765). Red value is 80 (31.64% from 255 or 34.04% from 235); Green value is 69 (27.34% from 255 or 29.36% from 235); Blue value is 86 (33.98% from 255 or 36.60% from 235); Max value from RGB is 86 - color contains mainly: blue. Hex color #504556 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504556 is #AFBAA9. Grayscale: #4A4A4A. Windows color (decimal): -11516586 or 5653840. OLE color: 5653840.
HSL color Cylindrical-coordinate representation of color #504556: hue angle of 278.82º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #504556 is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 80 | 69 | 86 | - |
| CMYK | 0.07 | 0.20 | 0 | 0.66 |
| HSL | 278.82º | 0.11% | 0.3% | - |
| HSV(B) | 278.82º | 0.2% | 0.34% | - |
| XYZ | 7.12 | 6.63 | 9.71 | - |
| YUV | 74.23 | 134.64 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 69 | 86 | 0.07 | 0.20 | 0 | 0.66 | 278.82 | 0.11 | 0.3 |
| Hex | 50 | 45 | 56 | 7 | 14 | 0 | 42 | 117 | B | 1E |
| Octal | 120 | 105 | 126 | 7 | 24 | 0 | 102 | 427 | 13 | 36 |
| Binary | 1010000 | 1000101 | 1010110 | 111 | 10100 | 0 | 1000010 | 100010111 | 1011 | 11110 |
Color Harmonies of #504556
Complementary color
Monochromatic Colors of #504556
Black with #504556
Text Example
Text Example
White with #504556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504556; }
p { color: rgb(80,69,86); }
H1.HeaderClassName
{
color: #504556;
}
.AnyTagClassName
{
color: #504556;
}
</style>
background-color css
<style>
a { background-color: #504556; }
a { background-color: rgb(80,69,86); }
div.DivClassName
{
background-color: #504556;
}
.BgClassName
{
background-color: #504556;
}
</style>
border-color css
<style>
span { border-color: #504556; }
span { border-color: rgb(80,69,86); }
td.TdClassName
{
border-color: #504556;
}
.TagClassName
{
border-color: #504556;
}
</style>