Shades of Bossanova #593E5C
Tints of Bossanova #593E5C
RGB
CMYK
RGB Variations
Color information
#593E5C (or 0x593E5C) is known color: Bossanova. HEX triplet: 59, 3E and 5C. RGB value is (89,62,92). Sum of RGB (Red+Green+Blue) = 89+62+92=243 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.63% from 243); Green value is 62 (24.61% from 255 or 25.51% from 243); Blue value is 92 (36.33% from 255 or 37.86% from 243); Max value from RGB is 92 - color contains mainly: blue. Hex color #593E5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593E5C is #A6C1A3. Grayscale: #494949. Windows color (decimal): -10928548 or 6045273. OLE color: 6045273.
HSL color Cylindrical-coordinate representation of color #593E5C: hue angle of 294º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #593E5C is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 62 | 92 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.64 |
| HSL | 294º | 0.19% | 0.3% | - |
| HSV(B) | 294º | 0.33% | 0.36% | - |
| XYZ | 7.77 | 6.34 | 10.94 | - |
| YUV | 73.49 | 138.45 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 62 | 92 | 0.03 | 0.33 | 0 | 0.64 | 294 | 0.19 | 0.3 |
| Hex | 59 | 3E | 5C | 3 | 21 | 0 | 40 | 126 | 13 | 1E |
| Octal | 131 | 76 | 134 | 3 | 41 | 0 | 100 | 446 | 23 | 36 |
| Binary | 1011001 | 111110 | 1011100 | 11 | 100001 | 0 | 1000000 | 100100110 | 10011 | 11110 |
Color Harmonies of #593E5C
Complementary color
Monochromatic Colors of #593E5C
Black with #593E5C
Text Example
Text Example
White with #593E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593E5C; }
p { color: rgb(89,62,92); }
H1.HeaderClassName
{
color: #593E5C;
}
.AnyTagClassName
{
color: #593E5C;
}
</style>
background-color css
<style>
a { background-color: #593E5C; }
a { background-color: rgb(89,62,92); }
div.DivClassName
{
background-color: #593E5C;
}
.BgClassName
{
background-color: #593E5C;
}
</style>
border-color css
<style>
span { border-color: #593E5C; }
span { border-color: rgb(89,62,92); }
td.TdClassName
{
border-color: #593E5C;
}
.TagClassName
{
border-color: #593E5C;
}
</style>