Shades of Bossanova #504257
Tints of Bossanova #504257
RGB
CMYK
RGB Variations
Color information
#504257 (or 0x504257) is known color: Bossanova. HEX triplet: 50, 42 and 57. RGB value is (80,66,87). Sum of RGB (Red+Green+Blue) = 80+66+87=233 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.33% from 233); Green value is 66 (26.17% from 255 or 28.33% from 233); Blue value is 87 (34.38% from 255 or 37.34% from 233); Max value from RGB is 87 - color contains mainly: blue. Hex color #504257 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504257 is #AFBDA8. Grayscale: #484848. Windows color (decimal): -11517353 or 5718608. OLE color: 5718608.
HSL color Cylindrical-coordinate representation of color #504257: hue angle of 280º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #504257 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 80 | 66 | 87 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.66 |
| HSL | 280º | 0.14% | 0.3% | - |
| HSV(B) | 280º | 0.24% | 0.34% | - |
| XYZ | 6.98 | 6.29 | 9.86 | - |
| YUV | 72.58 | 136.14 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 66 | 87 | 0.08 | 0.24 | 0 | 0.66 | 280 | 0.14 | 0.3 |
| Hex | 50 | 42 | 57 | 8 | 18 | 0 | 42 | 118 | E | 1E |
| Octal | 120 | 102 | 127 | 10 | 30 | 0 | 102 | 430 | 16 | 36 |
| Binary | 1010000 | 1000010 | 1010111 | 1000 | 11000 | 0 | 1000010 | 100011000 | 1110 | 11110 |
Color Harmonies of #504257
Complementary color
Monochromatic Colors of #504257
Black with #504257
Text Example
Text Example
White with #504257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504257; }
p { color: rgb(80,66,87); }
H1.HeaderClassName
{
color: #504257;
}
.AnyTagClassName
{
color: #504257;
}
</style>
background-color css
<style>
a { background-color: #504257; }
a { background-color: rgb(80,66,87); }
div.DivClassName
{
background-color: #504257;
}
.BgClassName
{
background-color: #504257;
}
</style>
border-color css
<style>
span { border-color: #504257; }
span { border-color: rgb(80,66,87); }
td.TdClassName
{
border-color: #504257;
}
.TagClassName
{
border-color: #504257;
}
</style>