Shades of Bossanova #503A50
Tints of Bossanova #503A50
RGB
CMYK
RGB Variations
Color information
#503A50 (or 0x503A50) is known color: Bossanova. HEX triplet: 50, 3A and 50. RGB value is (80,58,80). Sum of RGB (Red+Green+Blue) = 80+58+80=218 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.70% from 218); Green value is 58 (23.05% from 255 or 26.61% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 80 - color contains mainly: red, blue. Hex color #503A50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503A50 is #AFC5AF. Grayscale: #434343. Windows color (decimal): -11519408 or 5257808. OLE color: 5257808.
HSL color Cylindrical-coordinate representation of color #503A50: hue angle of 300º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #503A50 is Cyan = 0, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 58 | 80 | - |
| CMYK | 0 | 0.28 | 0 | 0.69 |
| HSL | 300º | 0.16% | 0.27% | - |
| HSV(B) | 300º | 0.28% | 0.31% | - |
| XYZ | 6.27 | 5.31 | 8.28 | - |
| YUV | 67.09 | 135.29 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 58 | 80 | 0 | 0.28 | 0 | 0.69 | 300 | 0.16 | 0.27 |
| Hex | 50 | 3A | 50 | 0 | 1C | 0 | 45 | 12C | 10 | 1B |
| Octal | 120 | 72 | 120 | 0 | 34 | 0 | 105 | 454 | 20 | 33 |
| Binary | 1010000 | 111010 | 1010000 | 0 | 11100 | 0 | 1000101 | 100101100 | 10000 | 11011 |
Color Harmonies of #503A50
Complementary color
Monochromatic Colors of #503A50
Black with #503A50
Text Example
Text Example
White with #503A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503A50; }
p { color: rgb(80,58,80); }
H1.HeaderClassName
{
color: #503A50;
}
.AnyTagClassName
{
color: #503A50;
}
</style>
background-color css
<style>
a { background-color: #503A50; }
a { background-color: rgb(80,58,80); }
div.DivClassName
{
background-color: #503A50;
}
.BgClassName
{
background-color: #503A50;
}
</style>
border-color css
<style>
span { border-color: #503A50; }
span { border-color: rgb(80,58,80); }
td.TdClassName
{
border-color: #503A50;
}
.TagClassName
{
border-color: #503A50;
}
</style>