Shades of Bossanova #504B51
Tints of Bossanova #504B51
RGB
CMYK
RGB Variations
Color information
#504B51 (or 0x504B51) is known color: Bossanova. HEX triplet: 50, 4B and 51. RGB value is (80,75,81). Sum of RGB (Red+Green+Blue) = 80+75+81=236 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.90% from 236); Green value is 75 (29.69% from 255 or 31.78% from 236); Blue value is 81 (32.03% from 255 or 34.32% from 236); Max value from RGB is 81 - color contains mainly: blue. Hex color #504B51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504B51 is #AFB4AE. Grayscale: #4D4D4D. Windows color (decimal): -11515055 or 5327696. OLE color: 5327696.
HSL color Cylindrical-coordinate representation of color #504B51: hue angle of 290º degrees, saturation: 0.04, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #504B51 is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 80 | 75 | 81 | - |
| CMYK | 0.01 | 0.07 | 0 | 0.68 |
| HSL | 290º | 0.04% | 0.31% | - |
| HSV(B) | 290º | 0.07% | 0.32% | - |
| XYZ | 7.31 | 7.33 | 8.81 | - |
| YUV | 77.18 | 130.16 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 75 | 81 | 0.01 | 0.07 | 0 | 0.68 | 290 | 0.04 | 0.31 |
| Hex | 50 | 4B | 51 | 1 | 7 | 0 | 44 | 122 | 4 | 1F |
| Octal | 120 | 113 | 121 | 1 | 7 | 0 | 104 | 442 | 4 | 37 |
| Binary | 1010000 | 1001011 | 1010001 | 1 | 111 | 0 | 1000100 | 100100010 | 100 | 11111 |
Color Harmonies of #504B51
Complementary color
Monochromatic Colors of #504B51
Black with #504B51
Text Example
Text Example
White with #504B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504B51; }
p { color: rgb(80,75,81); }
H1.HeaderClassName
{
color: #504B51;
}
.AnyTagClassName
{
color: #504B51;
}
</style>
background-color css
<style>
a { background-color: #504B51; }
a { background-color: rgb(80,75,81); }
div.DivClassName
{
background-color: #504B51;
}
.BgClassName
{
background-color: #504B51;
}
</style>
border-color css
<style>
span { border-color: #504B51; }
span { border-color: rgb(80,75,81); }
td.TdClassName
{
border-color: #504B51;
}
.TagClassName
{
border-color: #504B51;
}
</style>