Shades of Bossanova #593C5A
Tints of Bossanova #593C5A
RGB
CMYK
RGB Variations
Color information
#593C5A (or 0x593C5A) is known color: Bossanova. HEX triplet: 59, 3C and 5A. RGB value is (89,60,90). Sum of RGB (Red+Green+Blue) = 89+60+90=239 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.24% from 239); Green value is 60 (23.83% from 255 or 25.10% from 239); Blue value is 90 (35.55% from 255 or 37.66% from 239); Max value from RGB is 90 - color contains mainly: blue. Hex color #593C5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593C5A is #A6C3A5. Grayscale: #484848. Windows color (decimal): -10929062 or 5913689. OLE color: 5913689.
HSL color Cylindrical-coordinate representation of color #593C5A: hue angle of 298º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #593C5A is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 60 | 90 | - |
| CMYK | 0.01 | 0.33 | 0 | 0.65 |
| HSL | 298º | 0.2% | 0.29% | - |
| HSV(B) | 298º | 0.33% | 0.35% | - |
| XYZ | 7.58 | 6.09 | 10.45 | - |
| YUV | 72.09 | 138.11 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 60 | 90 | 0.01 | 0.33 | 0 | 0.65 | 298 | 0.2 | 0.29 |
| Hex | 59 | 3C | 5A | 1 | 21 | 0 | 41 | 12A | 14 | 1D |
| Octal | 131 | 74 | 132 | 1 | 41 | 0 | 101 | 452 | 24 | 35 |
| Binary | 1011001 | 111100 | 1011010 | 1 | 100001 | 0 | 1000001 | 100101010 | 10100 | 11101 |
Color Harmonies of #593C5A
Complementary color
Monochromatic Colors of #593C5A
Black with #593C5A
Text Example
Text Example
White with #593C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593C5A; }
p { color: rgb(89,60,90); }
H1.HeaderClassName
{
color: #593C5A;
}
.AnyTagClassName
{
color: #593C5A;
}
</style>
background-color css
<style>
a { background-color: #593C5A; }
a { background-color: rgb(89,60,90); }
div.DivClassName
{
background-color: #593C5A;
}
.BgClassName
{
background-color: #593C5A;
}
</style>
border-color css
<style>
span { border-color: #593C5A; }
span { border-color: rgb(89,60,90); }
td.TdClassName
{
border-color: #593C5A;
}
.TagClassName
{
border-color: #593C5A;
}
</style>