Shades of Bossanova #5A465A
Tints of Bossanova #5A465A
RGB
CMYK
RGB Variations
Color information
#5A465A (or 0x5A465A) is known color: Bossanova. HEX triplet: 5A, 46 and 5A. RGB value is (90,70,90). Sum of RGB (Red+Green+Blue) = 90+70+90=250 (33% of max value = 765). Red value is 90 (35.55% from 255 or 36% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 90 (35.55% from 255 or 36% from 250); Max value from RGB is 90 - color contains mainly: red, blue. Hex color #5A465A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A465A is #A5B9A5. Grayscale: #4E4E4E. Windows color (decimal): -10860966 or 5916250. OLE color: 5916250.
HSL color Cylindrical-coordinate representation of color #5A465A: hue angle of 300º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5A465A is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 70 | 90 | - |
| CMYK | 0 | 0.22 | 0 | 0.65 |
| HSL | 300º | 0.13% | 0.31% | - |
| HSV(B) | 300º | 0.22% | 0.35% | - |
| XYZ | 8.25 | 7.29 | 10.65 | - |
| YUV | 78.26 | 134.63 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 70 | 90 | 0 | 0.22 | 0 | 0.65 | 300 | 0.13 | 0.31 |
| Hex | 5A | 46 | 5A | 0 | 16 | 0 | 41 | 12C | C | 1F |
| Octal | 132 | 106 | 132 | 0 | 26 | 0 | 101 | 454 | 14 | 37 |
| Binary | 1011010 | 1000110 | 1011010 | 0 | 10110 | 0 | 1000001 | 100101100 | 1100 | 11111 |
Color Harmonies of #5A465A
Complementary color
Monochromatic Colors of #5A465A
Black with #5A465A
Text Example
Text Example
White with #5A465A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A465A; }
p { color: rgb(90,70,90); }
H1.HeaderClassName
{
color: #5A465A;
}
.AnyTagClassName
{
color: #5A465A;
}
</style>
background-color css
<style>
a { background-color: #5A465A; }
a { background-color: rgb(90,70,90); }
div.DivClassName
{
background-color: #5A465A;
}
.BgClassName
{
background-color: #5A465A;
}
</style>
border-color css
<style>
span { border-color: #5A465A; }
span { border-color: rgb(90,70,90); }
td.TdClassName
{
border-color: #5A465A;
}
.TagClassName
{
border-color: #5A465A;
}
</style>