Shades of Bossanova #503A53
Tints of Bossanova #503A53
RGB
CMYK
RGB Variations
Color information
#503A53 (or 0x503A53) is known color: Bossanova. HEX triplet: 50, 3A and 53. RGB value is (80,58,83). Sum of RGB (Red+Green+Blue) = 80+58+83=221 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.20% from 221); Green value is 58 (23.05% from 255 or 26.24% from 221); Blue value is 83 (32.81% from 255 or 37.56% from 221); Max value from RGB is 83 - color contains mainly: blue. Hex color #503A53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503A53 is #AFC5AC. Grayscale: #434343. Windows color (decimal): -11519405 or 5454416. OLE color: 5454416.
HSL color Cylindrical-coordinate representation of color #503A53: hue angle of 292.8º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #503A53 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 58 | 83 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.67 |
| HSL | 292.8º | 0.18% | 0.28% | - |
| HSV(B) | 292.8º | 0.3% | 0.33% | - |
| XYZ | 6.38 | 5.36 | 8.88 | - |
| YUV | 67.43 | 136.79 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 58 | 83 | 0.04 | 0.30 | 0 | 0.67 | 292.8 | 0.18 | 0.28 |
| Hex | 50 | 3A | 53 | 4 | 1E | 0 | 43 | 125 | 12 | 1C |
| Octal | 120 | 72 | 123 | 4 | 36 | 0 | 103 | 445 | 22 | 34 |
| Binary | 1010000 | 111010 | 1010011 | 100 | 11110 | 0 | 1000011 | 100100101 | 10010 | 11100 |
Color Harmonies of #503A53
Complementary color
Monochromatic Colors of #503A53
Black with #503A53
Text Example
Text Example
White with #503A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503A53; }
p { color: rgb(80,58,83); }
H1.HeaderClassName
{
color: #503A53;
}
.AnyTagClassName
{
color: #503A53;
}
</style>
background-color css
<style>
a { background-color: #503A53; }
a { background-color: rgb(80,58,83); }
div.DivClassName
{
background-color: #503A53;
}
.BgClassName
{
background-color: #503A53;
}
</style>
border-color css
<style>
span { border-color: #503A53; }
span { border-color: rgb(80,58,83); }
td.TdClassName
{
border-color: #503A53;
}
.TagClassName
{
border-color: #503A53;
}
</style>