Shades of Bossanova #584959
Tints of Bossanova #584959
RGB
CMYK
RGB Variations
Color information
#584959 (or 0x584959) is known color: Bossanova. HEX triplet: 58, 49 and 59. RGB value is (88,73,89). Sum of RGB (Red+Green+Blue) = 88+73+89=250 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.2% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 89 (35.16% from 255 or 35.6% from 250); Max value from RGB is 89 - color contains mainly: blue. Hex color #584959 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584959 is #A7B6A6. Grayscale: #4F4F4F. Windows color (decimal): -10991271 or 5851480. OLE color: 5851480.
HSL color Cylindrical-coordinate representation of color #584959: hue angle of 296.25º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #584959 is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 73 | 89 | - |
| CMYK | 0.01 | 0.18 | 0 | 0.65 |
| HSL | 296.25º | 0.1% | 0.32% | - |
| HSV(B) | 296.25º | 0.18% | 0.35% | - |
| XYZ | 8.21 | 7.56 | 10.48 | - |
| YUV | 79.31 | 133.47 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 73 | 89 | 0.01 | 0.18 | 0 | 0.65 | 296.25 | 0.1 | 0.32 |
| Hex | 58 | 49 | 59 | 1 | 12 | 0 | 41 | 128 | A | 20 |
| Octal | 130 | 111 | 131 | 1 | 22 | 0 | 101 | 450 | 12 | 40 |
| Binary | 1011000 | 1001001 | 1011001 | 1 | 10010 | 0 | 1000001 | 100101000 | 1010 | 100000 |
Color Harmonies of #584959
Complementary color
Monochromatic Colors of #584959
Black with #584959
Text Example
Text Example
White with #584959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584959; }
p { color: rgb(88,73,89); }
H1.HeaderClassName
{
color: #584959;
}
.AnyTagClassName
{
color: #584959;
}
</style>
background-color css
<style>
a { background-color: #584959; }
a { background-color: rgb(88,73,89); }
div.DivClassName
{
background-color: #584959;
}
.BgClassName
{
background-color: #584959;
}
</style>
border-color css
<style>
span { border-color: #584959; }
span { border-color: rgb(88,73,89); }
td.TdClassName
{
border-color: #584959;
}
.TagClassName
{
border-color: #584959;
}
</style>