Shades of Bossanova #503B52
Tints of Bossanova #503B52
RGB
CMYK
RGB Variations
Color information
#503B52 (or 0x503B52) is known color: Bossanova. HEX triplet: 50, 3B and 52. RGB value is (80,59,82). Sum of RGB (Red+Green+Blue) = 80+59+82=221 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.20% from 221); Green value is 59 (23.44% from 255 or 26.70% from 221); Blue value is 82 (32.42% from 255 or 37.10% from 221); Max value from RGB is 82 - color contains mainly: blue. Hex color #503B52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503B52 is #AFC4AD. Grayscale: #434343. Windows color (decimal): -11519150 or 5389136. OLE color: 5389136.
HSL color Cylindrical-coordinate representation of color #503B52: hue angle of 294.78º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #503B52 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 80 | 59 | 82 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.68 |
| HSL | 294.78º | 0.16% | 0.28% | - |
| HSV(B) | 294.78º | 0.28% | 0.32% | - |
| XYZ | 6.4 | 5.44 | 8.7 | - |
| YUV | 67.9 | 135.96 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 59 | 82 | 0.02 | 0.28 | 0 | 0.68 | 294.78 | 0.16 | 0.28 |
| Hex | 50 | 3B | 52 | 2 | 1C | 0 | 44 | 127 | 10 | 1C |
| Octal | 120 | 73 | 122 | 2 | 34 | 0 | 104 | 447 | 20 | 34 |
| Binary | 1010000 | 111011 | 1010010 | 10 | 11100 | 0 | 1000100 | 100100111 | 10000 | 11100 |
Color Harmonies of #503B52
Complementary color
Monochromatic Colors of #503B52
Black with #503B52
Text Example
Text Example
White with #503B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503B52; }
p { color: rgb(80,59,82); }
H1.HeaderClassName
{
color: #503B52;
}
.AnyTagClassName
{
color: #503B52;
}
</style>
background-color css
<style>
a { background-color: #503B52; }
a { background-color: rgb(80,59,82); }
div.DivClassName
{
background-color: #503B52;
}
.BgClassName
{
background-color: #503B52;
}
</style>
border-color css
<style>
span { border-color: #503B52; }
span { border-color: rgb(80,59,82); }
td.TdClassName
{
border-color: #503B52;
}
.TagClassName
{
border-color: #503B52;
}
</style>