Shades of Bossanova #5A425E
Tints of Bossanova #5A425E
RGB
CMYK
RGB Variations
Color information
#5A425E (or 0x5A425E) is known color: Bossanova. HEX triplet: 5A, 42 and 5E. RGB value is (90,66,94). Sum of RGB (Red+Green+Blue) = 90+66+94=250 (33% of max value = 765). Red value is 90 (35.55% from 255 or 36% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 94 (37.11% from 255 or 37.6% from 250); Max value from RGB is 94 - color contains mainly: blue. Hex color #5A425E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A425E is #A5BDA1. Grayscale: #4C4C4C. Windows color (decimal): -10861986 or 6177370. OLE color: 6177370.
HSL color Cylindrical-coordinate representation of color #5A425E: hue angle of 291.43º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5A425E is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 90 | 66 | 94 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.63 |
| HSL | 291.43º | 0.18% | 0.31% | - |
| HSV(B) | 291.43º | 0.3% | 0.37% | - |
| XYZ | 8.19 | 6.88 | 11.49 | - |
| YUV | 76.37 | 137.95 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 66 | 94 | 0.04 | 0.30 | 0 | 0.63 | 291.43 | 0.18 | 0.31 |
| Hex | 5A | 42 | 5E | 4 | 1E | 0 | 3F | 123 | 12 | 1F |
| Octal | 132 | 102 | 136 | 4 | 36 | 0 | 77 | 443 | 22 | 37 |
| Binary | 1011010 | 1000010 | 1011110 | 100 | 11110 | 0 | 111111 | 100100011 | 10010 | 11111 |
Color Harmonies of #5A425E
Complementary color
Monochromatic Colors of #5A425E
Black with #5A425E
Text Example
Text Example
White with #5A425E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A425E; }
p { color: rgb(90,66,94); }
H1.HeaderClassName
{
color: #5A425E;
}
.AnyTagClassName
{
color: #5A425E;
}
</style>
background-color css
<style>
a { background-color: #5A425E; }
a { background-color: rgb(90,66,94); }
div.DivClassName
{
background-color: #5A425E;
}
.BgClassName
{
background-color: #5A425E;
}
</style>
border-color css
<style>
span { border-color: #5A425E; }
span { border-color: rgb(90,66,94); }
td.TdClassName
{
border-color: #5A425E;
}
.TagClassName
{
border-color: #5A425E;
}
</style>