Shades of Bossanova #593D59
Tints of Bossanova #593D59
RGB
CMYK
RGB Variations
Color information
#593D59 (or 0x593D59) is known color: Bossanova. HEX triplet: 59, 3D and 59. RGB value is (89,61,89). Sum of RGB (Red+Green+Blue) = 89+61+89=239 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.24% from 239); Green value is 61 (24.22% from 255 or 25.52% from 239); Blue value is 89 (35.16% from 255 or 37.24% from 239); Max value from RGB is 89 - color contains mainly: red, blue. Hex color #593D59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593D59 is #A6C2A6. Grayscale: #484848. Windows color (decimal): -10928807 or 5848409. OLE color: 5848409.
HSL color Cylindrical-coordinate representation of color #593D59: hue angle of 300º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #593D59 is Cyan = 0, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 61 | 89 | - |
| CMYK | 0 | 0.31 | 0 | 0.65 |
| HSL | 300º | 0.19% | 0.29% | - |
| HSV(B) | 300º | 0.31% | 0.35% | - |
| XYZ | 7.59 | 6.18 | 10.24 | - |
| YUV | 72.56 | 137.28 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 61 | 89 | 0 | 0.31 | 0 | 0.65 | 300 | 0.19 | 0.29 |
| Hex | 59 | 3D | 59 | 0 | 1F | 0 | 41 | 12C | 13 | 1D |
| Octal | 131 | 75 | 131 | 0 | 37 | 0 | 101 | 454 | 23 | 35 |
| Binary | 1011001 | 111101 | 1011001 | 0 | 11111 | 0 | 1000001 | 100101100 | 10011 | 11101 |
Color Harmonies of #593D59
Complementary color
Monochromatic Colors of #593D59
Black with #593D59
Text Example
Text Example
White with #593D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593D59; }
p { color: rgb(89,61,89); }
H1.HeaderClassName
{
color: #593D59;
}
.AnyTagClassName
{
color: #593D59;
}
</style>
background-color css
<style>
a { background-color: #593D59; }
a { background-color: rgb(89,61,89); }
div.DivClassName
{
background-color: #593D59;
}
.BgClassName
{
background-color: #593D59;
}
</style>
border-color css
<style>
span { border-color: #593D59; }
span { border-color: rgb(89,61,89); }
td.TdClassName
{
border-color: #593D59;
}
.TagClassName
{
border-color: #593D59;
}
</style>