Shades of Bossanova #58415D
Tints of Bossanova #58415D
RGB
CMYK
RGB Variations
Color information
#58415D (or 0x58415D) is known color: Bossanova. HEX triplet: 58, 41 and 5D. RGB value is (88,65,93). Sum of RGB (Red+Green+Blue) = 88+65+93=246 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.77% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 93 (36.72% from 255 or 37.80% from 246); Max value from RGB is 93 - color contains mainly: blue. Hex color #58415D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58415D is #A7BEA2. Grayscale: #4A4A4A. Windows color (decimal): -10993315 or 6111576. OLE color: 6111576.
HSL color Cylindrical-coordinate representation of color #58415D: hue angle of 289.29º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #58415D is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 88 | 65 | 93 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.64 |
| HSL | 289.29º | 0.18% | 0.31% | - |
| HSV(B) | 289.29º | 0.3% | 0.36% | - |
| XYZ | 7.89 | 6.65 | 11.22 | - |
| YUV | 75.07 | 138.12 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 65 | 93 | 0.05 | 0.30 | 0 | 0.64 | 289.29 | 0.18 | 0.31 |
| Hex | 58 | 41 | 5D | 5 | 1E | 0 | 40 | 121 | 12 | 1F |
| Octal | 130 | 101 | 135 | 5 | 36 | 0 | 100 | 441 | 22 | 37 |
| Binary | 1011000 | 1000001 | 1011101 | 101 | 11110 | 0 | 1000000 | 100100001 | 10010 | 11111 |
Color Harmonies of #58415D
Complementary color
Monochromatic Colors of #58415D
Black with #58415D
Text Example
Text Example
White with #58415D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58415D; }
p { color: rgb(88,65,93); }
H1.HeaderClassName
{
color: #58415D;
}
.AnyTagClassName
{
color: #58415D;
}
</style>
background-color css
<style>
a { background-color: #58415D; }
a { background-color: rgb(88,65,93); }
div.DivClassName
{
background-color: #58415D;
}
.BgClassName
{
background-color: #58415D;
}
</style>
border-color css
<style>
span { border-color: #58415D; }
span { border-color: rgb(88,65,93); }
td.TdClassName
{
border-color: #58415D;
}
.TagClassName
{
border-color: #58415D;
}
</style>