Shades of Bossanova #503E52
Tints of Bossanova #503E52
RGB
CMYK
RGB Variations
Color information
#503E52 (or 0x503E52) is known color: Bossanova. HEX triplet: 50, 3E and 52. RGB value is (80,62,82). Sum of RGB (Red+Green+Blue) = 80+62+82=224 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.71% from 224); Green value is 62 (24.61% from 255 or 27.68% from 224); Blue value is 82 (32.42% from 255 or 36.61% from 224); Max value from RGB is 82 - color contains mainly: blue. Hex color #503E52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503E52 is #AFC1AD. Grayscale: #454545. Windows color (decimal): -11518382 or 5389904. OLE color: 5389904.
HSL color Cylindrical-coordinate representation of color #503E52: hue angle of 294º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #503E52 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 80 | 62 | 82 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.68 |
| HSL | 294º | 0.14% | 0.28% | - |
| HSV(B) | 294º | 0.24% | 0.32% | - |
| XYZ | 6.55 | 5.76 | 8.75 | - |
| YUV | 69.66 | 134.96 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 62 | 82 | 0.02 | 0.24 | 0 | 0.68 | 294 | 0.14 | 0.28 |
| Hex | 50 | 3E | 52 | 2 | 18 | 0 | 44 | 126 | E | 1C |
| Octal | 120 | 76 | 122 | 2 | 30 | 0 | 104 | 446 | 16 | 34 |
| Binary | 1010000 | 111110 | 1010010 | 10 | 11000 | 0 | 1000100 | 100100110 | 1110 | 11100 |
Color Harmonies of #503E52
Complementary color
Monochromatic Colors of #503E52
Black with #503E52
Text Example
Text Example
White with #503E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503E52; }
p { color: rgb(80,62,82); }
H1.HeaderClassName
{
color: #503E52;
}
.AnyTagClassName
{
color: #503E52;
}
</style>
background-color css
<style>
a { background-color: #503E52; }
a { background-color: rgb(80,62,82); }
div.DivClassName
{
background-color: #503E52;
}
.BgClassName
{
background-color: #503E52;
}
</style>
border-color css
<style>
span { border-color: #503E52; }
span { border-color: rgb(80,62,82); }
td.TdClassName
{
border-color: #503E52;
}
.TagClassName
{
border-color: #503E52;
}
</style>