Shades of Bossanova #5B415F
Tints of Bossanova #5B415F
RGB
CMYK
RGB Variations
Color information
#5B415F (or 0x5B415F) is known color: Bossanova. HEX triplet: 5B, 41 and 5F. RGB value is (91,65,95). Sum of RGB (Red+Green+Blue) = 91+65+95=251 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.25% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 95 (37.5% from 255 or 37.85% from 251); Max value from RGB is 95 - color contains mainly: blue. Hex color #5B415F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B415F is #A4BEA0. Grayscale: #4C4C4C. Windows color (decimal): -10796705 or 6242651. OLE color: 6242651.
HSL color Cylindrical-coordinate representation of color #5B415F: hue angle of 292º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5B415F is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 91 | 65 | 95 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.63 |
| HSL | 292º | 0.19% | 0.31% | - |
| HSV(B) | 292º | 0.32% | 0.37% | - |
| XYZ | 8.27 | 6.83 | 11.71 | - |
| YUV | 76.19 | 138.61 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 65 | 95 | 0.04 | 0.32 | 0 | 0.63 | 292 | 0.19 | 0.31 |
| Hex | 5B | 41 | 5F | 4 | 20 | 0 | 3F | 124 | 13 | 1F |
| Octal | 133 | 101 | 137 | 4 | 40 | 0 | 77 | 444 | 23 | 37 |
| Binary | 1011011 | 1000001 | 1011111 | 100 | 100000 | 0 | 111111 | 100100100 | 10011 | 11111 |
Color Harmonies of #5B415F
Complementary color
Monochromatic Colors of #5B415F
Black with #5B415F
Text Example
Text Example
White with #5B415F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B415F; }
p { color: rgb(91,65,95); }
H1.HeaderClassName
{
color: #5B415F;
}
.AnyTagClassName
{
color: #5B415F;
}
</style>
background-color css
<style>
a { background-color: #5B415F; }
a { background-color: rgb(91,65,95); }
div.DivClassName
{
background-color: #5B415F;
}
.BgClassName
{
background-color: #5B415F;
}
</style>
border-color css
<style>
span { border-color: #5B415F; }
span { border-color: rgb(91,65,95); }
td.TdClassName
{
border-color: #5B415F;
}
.TagClassName
{
border-color: #5B415F;
}
</style>