Shades of Bossanova #5B475B
Tints of Bossanova #5B475B
RGB
CMYK
RGB Variations
Color information
#5B475B (or 0x5B475B) is known color: Bossanova. HEX triplet: 5B, 47 and 5B. RGB value is (91,71,91). Sum of RGB (Red+Green+Blue) = 91+71+91=253 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.97% from 253); Green value is 71 (28.12% from 255 or 28.06% from 253); Blue value is 91 (35.94% from 255 or 35.97% from 253); Max value from RGB is 91 - color contains mainly: red, blue. Hex color #5B475B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B475B is #A4B8A4. Grayscale: #4F4F4F. Windows color (decimal): -10795173 or 5982043. OLE color: 5982043.
HSL color Cylindrical-coordinate representation of color #5B475B: hue angle of 300º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5B475B is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 71 | 91 | - |
| CMYK | 0 | 0.22 | 0 | 0.64 |
| HSL | 300º | 0.12% | 0.32% | - |
| HSV(B) | 300º | 0.22% | 0.36% | - |
| XYZ | 8.46 | 7.49 | 10.9 | - |
| YUV | 79.26 | 134.63 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 71 | 91 | 0 | 0.22 | 0 | 0.64 | 300 | 0.12 | 0.32 |
| Hex | 5B | 47 | 5B | 0 | 16 | 0 | 40 | 12C | C | 20 |
| Octal | 133 | 107 | 133 | 0 | 26 | 0 | 100 | 454 | 14 | 40 |
| Binary | 1011011 | 1000111 | 1011011 | 0 | 10110 | 0 | 1000000 | 100101100 | 1100 | 100000 |
Color Harmonies of #5B475B
Complementary color
Monochromatic Colors of #5B475B
Black with #5B475B
Text Example
Text Example
White with #5B475B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B475B; }
p { color: rgb(91,71,91); }
H1.HeaderClassName
{
color: #5B475B;
}
.AnyTagClassName
{
color: #5B475B;
}
</style>
background-color css
<style>
a { background-color: #5B475B; }
a { background-color: rgb(91,71,91); }
div.DivClassName
{
background-color: #5B475B;
}
.BgClassName
{
background-color: #5B475B;
}
</style>
border-color css
<style>
span { border-color: #5B475B; }
span { border-color: rgb(91,71,91); }
td.TdClassName
{
border-color: #5B475B;
}
.TagClassName
{
border-color: #5B475B;
}
</style>