Shades of Bossanova #504052
Tints of Bossanova #504052
RGB
CMYK
RGB Variations
Color information
#504052 (or 0x504052) is known color: Bossanova. HEX triplet: 50, 40 and 52. RGB value is (80,64,82). Sum of RGB (Red+Green+Blue) = 80+64+82=226 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.40% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 82 (32.42% from 255 or 36.28% from 226); Max value from RGB is 82 - color contains mainly: blue. Hex color #504052 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504052 is #AFBFAD. Grayscale: #464646. Windows color (decimal): -11517870 or 5390416. OLE color: 5390416.
HSL color Cylindrical-coordinate representation of color #504052: hue angle of 293.33º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #504052 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 80 | 64 | 82 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.68 |
| HSL | 293.33º | 0.12% | 0.29% | - |
| HSV(B) | 293.33º | 0.22% | 0.32% | - |
| XYZ | 6.66 | 5.98 | 8.79 | - |
| YUV | 70.84 | 134.3 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 64 | 82 | 0.02 | 0.22 | 0 | 0.68 | 293.33 | 0.12 | 0.29 |
| Hex | 50 | 40 | 52 | 2 | 16 | 0 | 44 | 125 | C | 1D |
| Octal | 120 | 100 | 122 | 2 | 26 | 0 | 104 | 445 | 14 | 35 |
| Binary | 1010000 | 1000000 | 1010010 | 10 | 10110 | 0 | 1000100 | 100100101 | 1100 | 11101 |
Color Harmonies of #504052
Complementary color
Monochromatic Colors of #504052
Black with #504052
Text Example
Text Example
White with #504052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504052; }
p { color: rgb(80,64,82); }
H1.HeaderClassName
{
color: #504052;
}
.AnyTagClassName
{
color: #504052;
}
</style>
background-color css
<style>
a { background-color: #504052; }
a { background-color: rgb(80,64,82); }
div.DivClassName
{
background-color: #504052;
}
.BgClassName
{
background-color: #504052;
}
</style>
border-color css
<style>
span { border-color: #504052; }
span { border-color: rgb(80,64,82); }
td.TdClassName
{
border-color: #504052;
}
.TagClassName
{
border-color: #504052;
}
</style>