Shades of Bossanova #503C57
Tints of Bossanova #503C57
RGB
CMYK
RGB Variations
Color information
#503C57 (or 0x503C57) is known color: Bossanova. HEX triplet: 50, 3C and 57. RGB value is (80,60,87). Sum of RGB (Red+Green+Blue) = 80+60+87=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 60 (23.83% from 255 or 26.43% from 227); Blue value is 87 (34.38% from 255 or 38.33% from 227); Max value from RGB is 87 - color contains mainly: blue. Hex color #503C57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503C57 is #AFC3A8. Grayscale: #444444. Windows color (decimal): -11518889 or 5717072. OLE color: 5717072.
HSL color Cylindrical-coordinate representation of color #503C57: hue angle of 284.44º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #503C57 is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 80 | 60 | 87 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.66 |
| HSL | 284.44º | 0.18% | 0.29% | - |
| HSV(B) | 284.44º | 0.31% | 0.34% | - |
| XYZ | 6.64 | 5.63 | 9.75 | - |
| YUV | 69.06 | 138.13 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 60 | 87 | 0.08 | 0.31 | 0 | 0.66 | 284.44 | 0.18 | 0.29 |
| Hex | 50 | 3C | 57 | 8 | 1F | 0 | 42 | 11C | 12 | 1D |
| Octal | 120 | 74 | 127 | 10 | 37 | 0 | 102 | 434 | 22 | 35 |
| Binary | 1010000 | 111100 | 1010111 | 1000 | 11111 | 0 | 1000010 | 100011100 | 10010 | 11101 |
Color Harmonies of #503C57
Complementary color
Monochromatic Colors of #503C57
Black with #503C57
Text Example
Text Example
White with #503C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503C57; }
p { color: rgb(80,60,87); }
H1.HeaderClassName
{
color: #503C57;
}
.AnyTagClassName
{
color: #503C57;
}
</style>
background-color css
<style>
a { background-color: #503C57; }
a { background-color: rgb(80,60,87); }
div.DivClassName
{
background-color: #503C57;
}
.BgClassName
{
background-color: #503C57;
}
</style>
border-color css
<style>
span { border-color: #503C57; }
span { border-color: rgb(80,60,87); }
td.TdClassName
{
border-color: #503C57;
}
.TagClassName
{
border-color: #503C57;
}
</style>