Shades of Bossanova #503C55
Tints of Bossanova #503C55
RGB
CMYK
RGB Variations
Color information
#503C55 (or 0x503C55) is known color: Bossanova. HEX triplet: 50, 3C and 55. RGB value is (80,60,85). Sum of RGB (Red+Green+Blue) = 80+60+85=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 85 (33.59% from 255 or 37.78% from 225); Max value from RGB is 85 - color contains mainly: blue. Hex color #503C55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503C55 is #AFC3AA. Grayscale: #444444. Windows color (decimal): -11518891 or 5586000. OLE color: 5586000.
HSL color Cylindrical-coordinate representation of color #503C55: hue angle of 288º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #503C55 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 60 | 85 | - |
| CMYK | 0.06 | 0.29 | 0 | 0.67 |
| HSL | 288º | 0.17% | 0.28% | - |
| HSV(B) | 288º | 0.29% | 0.33% | - |
| XYZ | 6.56 | 5.59 | 9.33 | - |
| YUV | 68.83 | 137.13 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 60 | 85 | 0.06 | 0.29 | 0 | 0.67 | 288 | 0.17 | 0.28 |
| Hex | 50 | 3C | 55 | 6 | 1D | 0 | 43 | 120 | 11 | 1C |
| Octal | 120 | 74 | 125 | 6 | 35 | 0 | 103 | 440 | 21 | 34 |
| Binary | 1010000 | 111100 | 1010101 | 110 | 11101 | 0 | 1000011 | 100100000 | 10001 | 11100 |
Color Harmonies of #503C55
Complementary color
Monochromatic Colors of #503C55
Black with #503C55
Text Example
Text Example
White with #503C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503C55; }
p { color: rgb(80,60,85); }
H1.HeaderClassName
{
color: #503C55;
}
.AnyTagClassName
{
color: #503C55;
}
</style>
background-color css
<style>
a { background-color: #503C55; }
a { background-color: rgb(80,60,85); }
div.DivClassName
{
background-color: #503C55;
}
.BgClassName
{
background-color: #503C55;
}
</style>
border-color css
<style>
span { border-color: #503C55; }
span { border-color: rgb(80,60,85); }
td.TdClassName
{
border-color: #503C55;
}
.TagClassName
{
border-color: #503C55;
}
</style>