Shades of Bossanova #503C53
Tints of Bossanova #503C53
RGB
CMYK
RGB Variations
Color information
#503C53 (or 0x503C53) is known color: Bossanova. HEX triplet: 50, 3C and 53. RGB value is (80,60,83). Sum of RGB (Red+Green+Blue) = 80+60+83=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 60 (23.83% from 255 or 26.91% from 223); Blue value is 83 (32.81% from 255 or 37.22% from 223); Max value from RGB is 83 - color contains mainly: blue. Hex color #503C53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503C53 is #AFC3AC. Grayscale: #444444. Windows color (decimal): -11518893 or 5454928. OLE color: 5454928.
HSL color Cylindrical-coordinate representation of color #503C53: hue angle of 292.17º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #503C53 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 60 | 83 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.67 |
| HSL | 292.17º | 0.16% | 0.28% | - |
| HSV(B) | 292.17º | 0.28% | 0.33% | - |
| XYZ | 6.49 | 5.56 | 8.92 | - |
| YUV | 68.6 | 136.13 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 60 | 83 | 0.04 | 0.28 | 0 | 0.67 | 292.17 | 0.16 | 0.28 |
| Hex | 50 | 3C | 53 | 4 | 1C | 0 | 43 | 124 | 10 | 1C |
| Octal | 120 | 74 | 123 | 4 | 34 | 0 | 103 | 444 | 20 | 34 |
| Binary | 1010000 | 111100 | 1010011 | 100 | 11100 | 0 | 1000011 | 100100100 | 10000 | 11100 |
Color Harmonies of #503C53
Complementary color
Monochromatic Colors of #503C53
Black with #503C53
Text Example
Text Example
White with #503C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503C53; }
p { color: rgb(80,60,83); }
H1.HeaderClassName
{
color: #503C53;
}
.AnyTagClassName
{
color: #503C53;
}
</style>
background-color css
<style>
a { background-color: #503C53; }
a { background-color: rgb(80,60,83); }
div.DivClassName
{
background-color: #503C53;
}
.BgClassName
{
background-color: #503C53;
}
</style>
border-color css
<style>
span { border-color: #503C53; }
span { border-color: rgb(80,60,83); }
td.TdClassName
{
border-color: #503C53;
}
.TagClassName
{
border-color: #503C53;
}
</style>