Shades of Bossanova #59445A
Tints of Bossanova #59445A
RGB
CMYK
RGB Variations
Color information
#59445A (or 0x59445A) is known color: Bossanova. HEX triplet: 59, 44 and 5A. RGB value is (89,68,90). Sum of RGB (Red+Green+Blue) = 89+68+90=247 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.03% from 247); Green value is 68 (26.95% from 255 or 27.53% from 247); Blue value is 90 (35.55% from 255 or 36.44% from 247); Max value from RGB is 90 - color contains mainly: blue. Hex color #59445A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59445A is #A6BBA5. Grayscale: #4C4C4C. Windows color (decimal): -10927014 or 5915737. OLE color: 5915737.
HSL color Cylindrical-coordinate representation of color #59445A: hue angle of 297.27º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #59445A is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 68 | 90 | - |
| CMYK | 0.01 | 0.24 | 0 | 0.65 |
| HSL | 297.27º | 0.14% | 0.31% | - |
| HSV(B) | 297.27º | 0.24% | 0.35% | - |
| XYZ | 8.03 | 7 | 10.6 | - |
| YUV | 76.79 | 135.46 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 68 | 90 | 0.01 | 0.24 | 0 | 0.65 | 297.27 | 0.14 | 0.31 |
| Hex | 59 | 44 | 5A | 1 | 18 | 0 | 41 | 129 | E | 1F |
| Octal | 131 | 104 | 132 | 1 | 30 | 0 | 101 | 451 | 16 | 37 |
| Binary | 1011001 | 1000100 | 1011010 | 1 | 11000 | 0 | 1000001 | 100101001 | 1110 | 11111 |
Color Harmonies of #59445A
Complementary color
Monochromatic Colors of #59445A
Black with #59445A
Text Example
Text Example
White with #59445A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59445A; }
p { color: rgb(89,68,90); }
H1.HeaderClassName
{
color: #59445A;
}
.AnyTagClassName
{
color: #59445A;
}
</style>
background-color css
<style>
a { background-color: #59445A; }
a { background-color: rgb(89,68,90); }
div.DivClassName
{
background-color: #59445A;
}
.BgClassName
{
background-color: #59445A;
}
</style>
border-color css
<style>
span { border-color: #59445A; }
span { border-color: rgb(89,68,90); }
td.TdClassName
{
border-color: #59445A;
}
.TagClassName
{
border-color: #59445A;
}
</style>