Shades of Bossanova #5A435D
Tints of Bossanova #5A435D
RGB
CMYK
RGB Variations
Color information
#5A435D (or 0x5A435D) is known color: Bossanova. HEX triplet: 5A, 43 and 5D. RGB value is (90,67,93). Sum of RGB (Red+Green+Blue) = 90+67+93=250 (33% of max value = 765). Red value is 90 (35.55% from 255 or 36% from 250); Green value is 67 (26.56% from 255 or 26.8% from 250); Blue value is 93 (36.72% from 255 or 37.2% from 250); Max value from RGB is 93 - color contains mainly: blue. Hex color #5A435D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A435D is #A5BCA2. Grayscale: #4C4C4C. Windows color (decimal): -10861731 or 6112090. OLE color: 6112090.
HSL color Cylindrical-coordinate representation of color #5A435D: hue angle of 293.08º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5A435D is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 90 | 67 | 93 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.64 |
| HSL | 293.08º | 0.16% | 0.31% | - |
| HSV(B) | 293.08º | 0.28% | 0.36% | - |
| XYZ | 8.2 | 6.98 | 11.27 | - |
| YUV | 76.84 | 137.12 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 67 | 93 | 0.03 | 0.28 | 0 | 0.64 | 293.08 | 0.16 | 0.31 |
| Hex | 5A | 43 | 5D | 3 | 1C | 0 | 40 | 125 | 10 | 1F |
| Octal | 132 | 103 | 135 | 3 | 34 | 0 | 100 | 445 | 20 | 37 |
| Binary | 1011010 | 1000011 | 1011101 | 11 | 11100 | 0 | 1000000 | 100100101 | 10000 | 11111 |
Color Harmonies of #5A435D
Complementary color
Monochromatic Colors of #5A435D
Black with #5A435D
Text Example
Text Example
White with #5A435D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A435D; }
p { color: rgb(90,67,93); }
H1.HeaderClassName
{
color: #5A435D;
}
.AnyTagClassName
{
color: #5A435D;
}
</style>
background-color css
<style>
a { background-color: #5A435D; }
a { background-color: rgb(90,67,93); }
div.DivClassName
{
background-color: #5A435D;
}
.BgClassName
{
background-color: #5A435D;
}
</style>
border-color css
<style>
span { border-color: #5A435D; }
span { border-color: rgb(90,67,93); }
td.TdClassName
{
border-color: #5A435D;
}
.TagClassName
{
border-color: #5A435D;
}
</style>