Shades of Bossanova #58465B
Tints of Bossanova #58465B
RGB
CMYK
RGB Variations
Color information
#58465B (or 0x58465B) is known color: Bossanova. HEX triplet: 58, 46 and 5B. RGB value is (88,70,91). Sum of RGB (Red+Green+Blue) = 88+70+91=249 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.34% from 249); Green value is 70 (27.73% from 255 or 28.11% from 249); Blue value is 91 (35.94% from 255 or 36.55% from 249); Max value from RGB is 91 - color contains mainly: blue. Hex color #58465B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58465B is #A7B9A4. Grayscale: #4D4D4D. Windows color (decimal): -10992037 or 5981784. OLE color: 5981784.
HSL color Cylindrical-coordinate representation of color #58465B: hue angle of 291.43º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #58465B is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 88 | 70 | 91 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.64 |
| HSL | 291.43º | 0.13% | 0.32% | - |
| HSV(B) | 291.43º | 0.23% | 0.36% | - |
| XYZ | 8.1 | 7.21 | 10.86 | - |
| YUV | 77.78 | 135.46 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 70 | 91 | 0.03 | 0.23 | 0 | 0.64 | 291.43 | 0.13 | 0.32 |
| Hex | 58 | 46 | 5B | 3 | 17 | 0 | 40 | 123 | D | 20 |
| Octal | 130 | 106 | 133 | 3 | 27 | 0 | 100 | 443 | 15 | 40 |
| Binary | 1011000 | 1000110 | 1011011 | 11 | 10111 | 0 | 1000000 | 100100011 | 1101 | 100000 |
Color Harmonies of #58465B
Complementary color
Monochromatic Colors of #58465B
Black with #58465B
Text Example
Text Example
White with #58465B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58465B; }
p { color: rgb(88,70,91); }
H1.HeaderClassName
{
color: #58465B;
}
.AnyTagClassName
{
color: #58465B;
}
</style>
background-color css
<style>
a { background-color: #58465B; }
a { background-color: rgb(88,70,91); }
div.DivClassName
{
background-color: #58465B;
}
.BgClassName
{
background-color: #58465B;
}
</style>
border-color css
<style>
span { border-color: #58465B; }
span { border-color: rgb(88,70,91); }
td.TdClassName
{
border-color: #58465B;
}
.TagClassName
{
border-color: #58465B;
}
</style>