Shades of Bossanova #5A445C
Tints of Bossanova #5A445C
RGB
CMYK
RGB Variations
Color information
#5A445C (or 0x5A445C) is known color: Bossanova. HEX triplet: 5A, 44 and 5C. RGB value is (90,68,92). Sum of RGB (Red+Green+Blue) = 90+68+92=250 (33% of max value = 765). Red value is 90 (35.55% from 255 or 36% from 250); Green value is 68 (26.95% from 255 or 27.2% from 250); Blue value is 92 (36.33% from 255 or 36.8% from 250); Max value from RGB is 92 - color contains mainly: blue. Hex color #5A445C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A445C is #A5BBA3. Grayscale: #4D4D4D. Windows color (decimal): -10861476 or 6046810. OLE color: 6046810.
HSL color Cylindrical-coordinate representation of color #5A445C: hue angle of 295º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5A445C is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 90 | 68 | 92 | - |
| CMYK | 0.02 | 0.26 | 0 | 0.64 |
| HSL | 295º | 0.15% | 0.31% | - |
| HSV(B) | 295º | 0.26% | 0.36% | - |
| XYZ | 8.22 | 7.08 | 11.06 | - |
| YUV | 77.31 | 136.29 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 68 | 92 | 0.02 | 0.26 | 0 | 0.64 | 295 | 0.15 | 0.31 |
| Hex | 5A | 44 | 5C | 2 | 1A | 0 | 40 | 127 | F | 1F |
| Octal | 132 | 104 | 134 | 2 | 32 | 0 | 100 | 447 | 17 | 37 |
| Binary | 1011010 | 1000100 | 1011100 | 10 | 11010 | 0 | 1000000 | 100100111 | 1111 | 11111 |
Color Harmonies of #5A445C
Complementary color
Monochromatic Colors of #5A445C
Black with #5A445C
Text Example
Text Example
White with #5A445C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A445C; }
p { color: rgb(90,68,92); }
H1.HeaderClassName
{
color: #5A445C;
}
.AnyTagClassName
{
color: #5A445C;
}
</style>
background-color css
<style>
a { background-color: #5A445C; }
a { background-color: rgb(90,68,92); }
div.DivClassName
{
background-color: #5A445C;
}
.BgClassName
{
background-color: #5A445C;
}
</style>
border-color css
<style>
span { border-color: #5A445C; }
span { border-color: rgb(90,68,92); }
td.TdClassName
{
border-color: #5A445C;
}
.TagClassName
{
border-color: #5A445C;
}
</style>