Shades of Bossanova #504354
Tints of Bossanova #504354
RGB
CMYK
RGB Variations
Color information
#504354 (or 0x504354) is known color: Bossanova. HEX triplet: 50, 43 and 54. RGB value is (80,67,84). Sum of RGB (Red+Green+Blue) = 80+67+84=231 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.63% from 231); Green value is 67 (26.56% from 255 or 29.00% from 231); Blue value is 84 (33.20% from 255 or 36.36% from 231); Max value from RGB is 84 - color contains mainly: blue. Hex color #504354 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504354 is #AFBCAB. Grayscale: #484848. Windows color (decimal): -11517100 or 5522256. OLE color: 5522256.
HSL color Cylindrical-coordinate representation of color #504354: hue angle of 285.88º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #504354 is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 67 | 84 | - |
| CMYK | 0.05 | 0.20 | 0 | 0.67 |
| HSL | 285.88º | 0.11% | 0.3% | - |
| HSV(B) | 285.88º | 0.2% | 0.33% | - |
| XYZ | 6.92 | 6.36 | 9.25 | - |
| YUV | 72.83 | 134.31 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 67 | 84 | 0.05 | 0.20 | 0 | 0.67 | 285.88 | 0.11 | 0.3 |
| Hex | 50 | 43 | 54 | 5 | 14 | 0 | 43 | 11E | B | 1E |
| Octal | 120 | 103 | 124 | 5 | 24 | 0 | 103 | 436 | 13 | 36 |
| Binary | 1010000 | 1000011 | 1010100 | 101 | 10100 | 0 | 1000011 | 100011110 | 1011 | 11110 |
Color Harmonies of #504354
Complementary color
Monochromatic Colors of #504354
Black with #504354
Text Example
Text Example
White with #504354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504354; }
p { color: rgb(80,67,84); }
H1.HeaderClassName
{
color: #504354;
}
.AnyTagClassName
{
color: #504354;
}
</style>
background-color css
<style>
a { background-color: #504354; }
a { background-color: rgb(80,67,84); }
div.DivClassName
{
background-color: #504354;
}
.BgClassName
{
background-color: #504354;
}
</style>
border-color css
<style>
span { border-color: #504354; }
span { border-color: rgb(80,67,84); }
td.TdClassName
{
border-color: #504354;
}
.TagClassName
{
border-color: #504354;
}
</style>