Shades of Bossanova #504A53
Tints of Bossanova #504A53
RGB
CMYK
RGB Variations
Color information
#504A53 (or 0x504A53) is known color: Bossanova. HEX triplet: 50, 4A and 53. RGB value is (80,74,83). Sum of RGB (Red+Green+Blue) = 80+74+83=237 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.76% from 237); Green value is 74 (29.30% from 255 or 31.22% from 237); Blue value is 83 (32.81% from 255 or 35.02% from 237); Max value from RGB is 83 - color contains mainly: blue. Hex color #504A53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504A53 is #AFB5AC. Grayscale: #4C4C4C. Windows color (decimal): -11515309 or 5458512. OLE color: 5458512.
HSL color Cylindrical-coordinate representation of color #504A53: hue angle of 280º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #504A53 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 74 | 83 | - |
| CMYK | 0.04 | 0.11 | 0 | 0.67 |
| HSL | 280º | 0.06% | 0.31% | - |
| HSV(B) | 280º | 0.11% | 0.33% | - |
| XYZ | 7.32 | 7.23 | 9.19 | - |
| YUV | 76.82 | 131.49 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 74 | 83 | 0.04 | 0.11 | 0 | 0.67 | 280 | 0.06 | 0.31 |
| Hex | 50 | 4A | 53 | 4 | B | 0 | 43 | 118 | 6 | 1F |
| Octal | 120 | 112 | 123 | 4 | 13 | 0 | 103 | 430 | 6 | 37 |
| Binary | 1010000 | 1001010 | 1010011 | 100 | 1011 | 0 | 1000011 | 100011000 | 110 | 11111 |
Color Harmonies of #504A53
Complementary color
Monochromatic Colors of #504A53
Black with #504A53
Text Example
Text Example
White with #504A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504A53; }
p { color: rgb(80,74,83); }
H1.HeaderClassName
{
color: #504A53;
}
.AnyTagClassName
{
color: #504A53;
}
</style>
background-color css
<style>
a { background-color: #504A53; }
a { background-color: rgb(80,74,83); }
div.DivClassName
{
background-color: #504A53;
}
.BgClassName
{
background-color: #504A53;
}
</style>
border-color css
<style>
span { border-color: #504A53; }
span { border-color: rgb(80,74,83); }
td.TdClassName
{
border-color: #504A53;
}
.TagClassName
{
border-color: #504A53;
}
</style>