Shades of Bossanova #5A485A
Tints of Bossanova #5A485A
RGB
CMYK
RGB Variations
Color information
#5A485A (or 0x5A485A) is known color: Bossanova. HEX triplet: 5A, 48 and 5A. RGB value is (90,72,90). Sum of RGB (Red+Green+Blue) = 90+72+90=252 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.71% from 252); Green value is 72 (28.52% from 255 or 28.57% from 252); Blue value is 90 (35.55% from 255 or 35.71% from 252); Max value from RGB is 90 - color contains mainly: red, blue. Hex color #5A485A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A485A is #A5B7A5. Grayscale: #4F4F4F. Windows color (decimal): -10860454 or 5916762. OLE color: 5916762.
HSL color Cylindrical-coordinate representation of color #5A485A: hue angle of 300º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5A485A is Cyan = 0, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 72 | 90 | - |
| CMYK | 0 | 0.20 | 0 | 0.65 |
| HSL | 300º | 0.11% | 0.32% | - |
| HSV(B) | 300º | 0.2% | 0.35% | - |
| XYZ | 8.38 | 7.55 | 10.69 | - |
| YUV | 79.43 | 133.96 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 72 | 90 | 0 | 0.20 | 0 | 0.65 | 300 | 0.11 | 0.32 |
| Hex | 5A | 48 | 5A | 0 | 14 | 0 | 41 | 12C | B | 20 |
| Octal | 132 | 110 | 132 | 0 | 24 | 0 | 101 | 454 | 13 | 40 |
| Binary | 1011010 | 1001000 | 1011010 | 0 | 10100 | 0 | 1000001 | 100101100 | 1011 | 100000 |
Color Harmonies of #5A485A
Complementary color
Monochromatic Colors of #5A485A
Black with #5A485A
Text Example
Text Example
White with #5A485A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A485A; }
p { color: rgb(90,72,90); }
H1.HeaderClassName
{
color: #5A485A;
}
.AnyTagClassName
{
color: #5A485A;
}
</style>
background-color css
<style>
a { background-color: #5A485A; }
a { background-color: rgb(90,72,90); }
div.DivClassName
{
background-color: #5A485A;
}
.BgClassName
{
background-color: #5A485A;
}
</style>
border-color css
<style>
span { border-color: #5A485A; }
span { border-color: rgb(90,72,90); }
td.TdClassName
{
border-color: #5A485A;
}
.TagClassName
{
border-color: #5A485A;
}
</style>