Shades of Bossanova #504353
Tints of Bossanova #504353
RGB
CMYK
RGB Variations
Color information
#504353 (or 0x504353) is known color: Bossanova. HEX triplet: 50, 43 and 53. RGB value is (80,67,83). Sum of RGB (Red+Green+Blue) = 80+67+83=230 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.78% from 230); Green value is 67 (26.56% from 255 or 29.13% from 230); Blue value is 83 (32.81% from 255 or 36.09% from 230); Max value from RGB is 83 - color contains mainly: blue. Hex color #504353 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504353 is #AFBCAC. Grayscale: #484848. Windows color (decimal): -11517101 or 5456720. OLE color: 5456720.
HSL color Cylindrical-coordinate representation of color #504353: hue angle of 288.75º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #504353 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 67 | 83 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.67 |
| HSL | 288.75º | 0.11% | 0.29% | - |
| HSV(B) | 288.75º | 0.19% | 0.33% | - |
| XYZ | 6.88 | 6.34 | 9.05 | - |
| YUV | 72.71 | 133.81 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 67 | 83 | 0.04 | 0.19 | 0 | 0.67 | 288.75 | 0.11 | 0.29 |
| Hex | 50 | 43 | 53 | 4 | 13 | 0 | 43 | 121 | B | 1D |
| Octal | 120 | 103 | 123 | 4 | 23 | 0 | 103 | 441 | 13 | 35 |
| Binary | 1010000 | 1000011 | 1010011 | 100 | 10011 | 0 | 1000011 | 100100001 | 1011 | 11101 |
Color Harmonies of #504353
Complementary color
Monochromatic Colors of #504353
Black with #504353
Text Example
Text Example
White with #504353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504353; }
p { color: rgb(80,67,83); }
H1.HeaderClassName
{
color: #504353;
}
.AnyTagClassName
{
color: #504353;
}
</style>
background-color css
<style>
a { background-color: #504353; }
a { background-color: rgb(80,67,83); }
div.DivClassName
{
background-color: #504353;
}
.BgClassName
{
background-color: #504353;
}
</style>
border-color css
<style>
span { border-color: #504353; }
span { border-color: rgb(80,67,83); }
td.TdClassName
{
border-color: #504353;
}
.TagClassName
{
border-color: #504353;
}
</style>