Shades of Bossanova #583C59
Tints of Bossanova #583C59
RGB
CMYK
RGB Variations
Color information
#583C59 (or 0x583C59) is known color: Bossanova. HEX triplet: 58, 3C and 59. RGB value is (88,60,89). Sum of RGB (Red+Green+Blue) = 88+60+89=237 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.13% from 237); Green value is 60 (23.83% from 255 or 25.32% from 237); Blue value is 89 (35.16% from 255 or 37.55% from 237); Max value from RGB is 89 - color contains mainly: blue. Hex color #583C59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #583C59 is #A7C3A6. Grayscale: #474747. Windows color (decimal): -10994599 or 5848152. OLE color: 5848152.
HSL color Cylindrical-coordinate representation of color #583C59: hue angle of 297.93º degrees, saturation: 0.19, 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 #583C59 is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 60 | 89 | - |
| CMYK | 0.01 | 0.33 | 0 | 0.65 |
| HSL | 297.93º | 0.19% | 0.29% | - |
| HSV(B) | 297.93º | 0.33% | 0.35% | - |
| XYZ | 7.44 | 6.03 | 10.22 | - |
| YUV | 71.68 | 137.78 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 60 | 89 | 0.01 | 0.33 | 0 | 0.65 | 297.93 | 0.19 | 0.29 |
| Hex | 58 | 3C | 59 | 1 | 21 | 0 | 41 | 12A | 13 | 1D |
| Octal | 130 | 74 | 131 | 1 | 41 | 0 | 101 | 452 | 23 | 35 |
| Binary | 1011000 | 111100 | 1011001 | 1 | 100001 | 0 | 1000001 | 100101010 | 10011 | 11101 |
Color Harmonies of #583C59
Complementary color
Monochromatic Colors of #583C59
Black with #583C59
Text Example
Text Example
White with #583C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583C59; }
p { color: rgb(88,60,89); }
H1.HeaderClassName
{
color: #583C59;
}
.AnyTagClassName
{
color: #583C59;
}
</style>
background-color css
<style>
a { background-color: #583C59; }
a { background-color: rgb(88,60,89); }
div.DivClassName
{
background-color: #583C59;
}
.BgClassName
{
background-color: #583C59;
}
</style>
border-color css
<style>
span { border-color: #583C59; }
span { border-color: rgb(88,60,89); }
td.TdClassName
{
border-color: #583C59;
}
.TagClassName
{
border-color: #583C59;
}
</style>