Shades of Bossanova #5A3A5B
Tints of Bossanova #5A3A5B
RGB
CMYK
RGB Variations
Color information
#5A3A5B (or 0x5A3A5B) is known color: Bossanova. HEX triplet: 5A, 3A and 5B. RGB value is (90,58,91). Sum of RGB (Red+Green+Blue) = 90+58+91=239 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.66% from 239); Green value is 58 (23.05% from 255 or 24.27% from 239); Blue value is 91 (35.94% from 255 or 38.08% from 239); Max value from RGB is 91 - color contains mainly: blue. Hex color #5A3A5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3A5B is #A5C5A4. Grayscale: #474747. Windows color (decimal): -10864037 or 5978714. OLE color: 5978714.
HSL color Cylindrical-coordinate representation of color #5A3A5B: hue angle of 298.18º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5A3A5B is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 90 | 58 | 91 | - |
| CMYK | 0.01 | 0.36 | 0 | 0.64 |
| HSL | 298.18º | 0.22% | 0.29% | - |
| HSV(B) | 298.18º | 0.36% | 0.36% | - |
| XYZ | 7.62 | 5.96 | 10.65 | - |
| YUV | 71.33 | 139.1 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 58 | 91 | 0.01 | 0.36 | 0 | 0.64 | 298.18 | 0.22 | 0.29 |
| Hex | 5A | 3A | 5B | 1 | 24 | 0 | 40 | 12A | 16 | 1D |
| Octal | 132 | 72 | 133 | 1 | 44 | 0 | 100 | 452 | 26 | 35 |
| Binary | 1011010 | 111010 | 1011011 | 1 | 100100 | 0 | 1000000 | 100101010 | 10110 | 11101 |
Color Harmonies of #5A3A5B
Complementary color
Monochromatic Colors of #5A3A5B
Black with #5A3A5B
Text Example
Text Example
White with #5A3A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3A5B; }
p { color: rgb(90,58,91); }
H1.HeaderClassName
{
color: #5A3A5B;
}
.AnyTagClassName
{
color: #5A3A5B;
}
</style>
background-color css
<style>
a { background-color: #5A3A5B; }
a { background-color: rgb(90,58,91); }
div.DivClassName
{
background-color: #5A3A5B;
}
.BgClassName
{
background-color: #5A3A5B;
}
</style>
border-color css
<style>
span { border-color: #5A3A5B; }
span { border-color: rgb(90,58,91); }
td.TdClassName
{
border-color: #5A3A5B;
}
.TagClassName
{
border-color: #5A3A5B;
}
</style>