Shades of Bossanova #504152
Tints of Bossanova #504152
RGB
CMYK
RGB Variations
Color information
#504152 (or 0x504152) is known color: Bossanova. HEX triplet: 50, 41 and 52. RGB value is (80,65,82). Sum of RGB (Red+Green+Blue) = 80+65+82=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 65 (25.78% from 255 or 28.63% from 227); Blue value is 82 (32.42% from 255 or 36.12% from 227); Max value from RGB is 82 - color contains mainly: blue. Hex color #504152 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504152 is #AFBEAD. Grayscale: #474747. Windows color (decimal): -11517614 or 5390672. OLE color: 5390672.
HSL color Cylindrical-coordinate representation of color #504152: hue angle of 292.94º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #504152 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 80 | 65 | 82 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.68 |
| HSL | 292.94º | 0.12% | 0.29% | - |
| HSV(B) | 292.94º | 0.21% | 0.32% | - |
| XYZ | 6.72 | 6.1 | 8.8 | - |
| YUV | 71.42 | 133.97 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 65 | 82 | 0.02 | 0.21 | 0 | 0.68 | 292.94 | 0.12 | 0.29 |
| Hex | 50 | 41 | 52 | 2 | 15 | 0 | 44 | 125 | C | 1D |
| Octal | 120 | 101 | 122 | 2 | 25 | 0 | 104 | 445 | 14 | 35 |
| Binary | 1010000 | 1000001 | 1010010 | 10 | 10101 | 0 | 1000100 | 100100101 | 1100 | 11101 |
Color Harmonies of #504152
Complementary color
Monochromatic Colors of #504152
Black with #504152
Text Example
Text Example
White with #504152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504152; }
p { color: rgb(80,65,82); }
H1.HeaderClassName
{
color: #504152;
}
.AnyTagClassName
{
color: #504152;
}
</style>
background-color css
<style>
a { background-color: #504152; }
a { background-color: rgb(80,65,82); }
div.DivClassName
{
background-color: #504152;
}
.BgClassName
{
background-color: #504152;
}
</style>
border-color css
<style>
span { border-color: #504152; }
span { border-color: rgb(80,65,82); }
td.TdClassName
{
border-color: #504152;
}
.TagClassName
{
border-color: #504152;
}
</style>