Shades of Bossanova #58415C
Tints of Bossanova #58415C
RGB
CMYK
RGB Variations
Color information
#58415C (or 0x58415C) is known color: Bossanova. HEX triplet: 58, 41 and 5C. RGB value is (88,65,92). Sum of RGB (Red+Green+Blue) = 88+65+92=245 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.92% from 245); Green value is 65 (25.78% from 255 or 26.53% from 245); Blue value is 92 (36.33% from 255 or 37.55% from 245); Max value from RGB is 92 - color contains mainly: blue. Hex color #58415C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58415C is #A7BEA3. Grayscale: #4A4A4A. Windows color (decimal): -10993316 or 6046040. OLE color: 6046040.
HSL color Cylindrical-coordinate representation of color #58415C: hue angle of 291.11º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #58415C is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 88 | 65 | 92 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.64 |
| HSL | 291.11º | 0.17% | 0.31% | - |
| HSV(B) | 291.11º | 0.29% | 0.36% | - |
| XYZ | 7.85 | 6.63 | 10.99 | - |
| YUV | 74.96 | 137.62 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 65 | 92 | 0.04 | 0.29 | 0 | 0.64 | 291.11 | 0.17 | 0.31 |
| Hex | 58 | 41 | 5C | 4 | 1D | 0 | 40 | 123 | 11 | 1F |
| Octal | 130 | 101 | 134 | 4 | 35 | 0 | 100 | 443 | 21 | 37 |
| Binary | 1011000 | 1000001 | 1011100 | 100 | 11101 | 0 | 1000000 | 100100011 | 10001 | 11111 |
Color Harmonies of #58415C
Complementary color
Monochromatic Colors of #58415C
Black with #58415C
Text Example
Text Example
White with #58415C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58415C; }
p { color: rgb(88,65,92); }
H1.HeaderClassName
{
color: #58415C;
}
.AnyTagClassName
{
color: #58415C;
}
</style>
background-color css
<style>
a { background-color: #58415C; }
a { background-color: rgb(88,65,92); }
div.DivClassName
{
background-color: #58415C;
}
.BgClassName
{
background-color: #58415C;
}
</style>
border-color css
<style>
span { border-color: #58415C; }
span { border-color: rgb(88,65,92); }
td.TdClassName
{
border-color: #58415C;
}
.TagClassName
{
border-color: #58415C;
}
</style>