Shades of Bossanova #503F56
Tints of Bossanova #503F56
RGB
CMYK
RGB Variations
Color information
#503F56 (or 0x503F56) is known color: Bossanova. HEX triplet: 50, 3F and 56. RGB value is (80,63,86). Sum of RGB (Red+Green+Blue) = 80+63+86=229 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.93% from 229); Green value is 63 (25% from 255 or 27.51% from 229); Blue value is 86 (33.98% from 255 or 37.55% from 229); Max value from RGB is 86 - color contains mainly: blue. Hex color #503F56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503F56 is #AFC0A9. Grayscale: #464646. Windows color (decimal): -11518122 or 5652304. OLE color: 5652304.
HSL color Cylindrical-coordinate representation of color #503F56: hue angle of 284.35º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #503F56 is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 80 | 63 | 86 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.66 |
| HSL | 284.35º | 0.15% | 0.29% | - |
| HSV(B) | 284.35º | 0.27% | 0.34% | - |
| XYZ | 6.77 | 5.93 | 9.59 | - |
| YUV | 70.71 | 136.63 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 63 | 86 | 0.07 | 0.27 | 0 | 0.66 | 284.35 | 0.15 | 0.29 |
| Hex | 50 | 3F | 56 | 7 | 1B | 0 | 42 | 11C | F | 1D |
| Octal | 120 | 77 | 126 | 7 | 33 | 0 | 102 | 434 | 17 | 35 |
| Binary | 1010000 | 111111 | 1010110 | 111 | 11011 | 0 | 1000010 | 100011100 | 1111 | 11101 |
Color Harmonies of #503F56
Complementary color
Monochromatic Colors of #503F56
Black with #503F56
Text Example
Text Example
White with #503F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503F56; }
p { color: rgb(80,63,86); }
H1.HeaderClassName
{
color: #503F56;
}
.AnyTagClassName
{
color: #503F56;
}
</style>
background-color css
<style>
a { background-color: #503F56; }
a { background-color: rgb(80,63,86); }
div.DivClassName
{
background-color: #503F56;
}
.BgClassName
{
background-color: #503F56;
}
</style>
border-color css
<style>
span { border-color: #503F56; }
span { border-color: rgb(80,63,86); }
td.TdClassName
{
border-color: #503F56;
}
.TagClassName
{
border-color: #503F56;
}
</style>