Shades of Bossanova #5A415E
Tints of Bossanova #5A415E
RGB
CMYK
RGB Variations
Color information
#5A415E (or 0x5A415E) is known color: Bossanova. HEX triplet: 5A, 41 and 5E. RGB value is (90,65,94). Sum of RGB (Red+Green+Blue) = 90+65+94=249 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.14% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 94 (37.11% from 255 or 37.75% from 249); Max value from RGB is 94 - color contains mainly: blue. Hex color #5A415E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A415E is #A5BEA1. Grayscale: #4B4B4B. Windows color (decimal): -10862242 or 6177114. OLE color: 6177114.
HSL color Cylindrical-coordinate representation of color #5A415E: hue angle of 291.72º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5A415E is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 90 | 65 | 94 | - |
| CMYK | 0.04 | 0.31 | 0 | 0.63 |
| HSL | 291.72º | 0.18% | 0.31% | - |
| HSV(B) | 291.72º | 0.31% | 0.37% | - |
| XYZ | 8.13 | 6.76 | 11.47 | - |
| YUV | 75.78 | 138.28 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 65 | 94 | 0.04 | 0.31 | 0 | 0.63 | 291.72 | 0.18 | 0.31 |
| Hex | 5A | 41 | 5E | 4 | 1F | 0 | 3F | 124 | 12 | 1F |
| Octal | 132 | 101 | 136 | 4 | 37 | 0 | 77 | 444 | 22 | 37 |
| Binary | 1011010 | 1000001 | 1011110 | 100 | 11111 | 0 | 111111 | 100100100 | 10010 | 11111 |
Color Harmonies of #5A415E
Complementary color
Monochromatic Colors of #5A415E
Black with #5A415E
Text Example
Text Example
White with #5A415E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A415E; }
p { color: rgb(90,65,94); }
H1.HeaderClassName
{
color: #5A415E;
}
.AnyTagClassName
{
color: #5A415E;
}
</style>
background-color css
<style>
a { background-color: #5A415E; }
a { background-color: rgb(90,65,94); }
div.DivClassName
{
background-color: #5A415E;
}
.BgClassName
{
background-color: #5A415E;
}
</style>
border-color css
<style>
span { border-color: #5A415E; }
span { border-color: rgb(90,65,94); }
td.TdClassName
{
border-color: #5A415E;
}
.TagClassName
{
border-color: #5A415E;
}
</style>