Shades of Bossanova #58435B
Tints of Bossanova #58435B
RGB
CMYK
RGB Variations
Color information
#58435B (or 0x58435B) is known color: Bossanova. HEX triplet: 58, 43 and 5B. RGB value is (88,67,91). Sum of RGB (Red+Green+Blue) = 88+67+91=246 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.77% from 246); Green value is 67 (26.56% from 255 or 27.24% from 246); Blue value is 91 (35.94% from 255 or 36.99% from 246); Max value from RGB is 91 - color contains mainly: blue. Hex color #58435B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58435B is #A7BCA4. Grayscale: #4B4B4B. Windows color (decimal): -10992805 or 5981016. OLE color: 5981016.
HSL color Cylindrical-coordinate representation of color #58435B: hue angle of 292.5º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #58435B is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 88 | 67 | 91 | - |
| CMYK | 0.03 | 0.26 | 0 | 0.64 |
| HSL | 292.5º | 0.15% | 0.31% | - |
| HSV(B) | 292.5º | 0.26% | 0.36% | - |
| XYZ | 7.92 | 6.84 | 10.8 | - |
| YUV | 76.02 | 136.46 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 67 | 91 | 0.03 | 0.26 | 0 | 0.64 | 292.5 | 0.15 | 0.31 |
| Hex | 58 | 43 | 5B | 3 | 1A | 0 | 40 | 124 | F | 1F |
| Octal | 130 | 103 | 133 | 3 | 32 | 0 | 100 | 444 | 17 | 37 |
| Binary | 1011000 | 1000011 | 1011011 | 11 | 11010 | 0 | 1000000 | 100100100 | 1111 | 11111 |
Color Harmonies of #58435B
Complementary color
Monochromatic Colors of #58435B
Black with #58435B
Text Example
Text Example
White with #58435B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58435B; }
p { color: rgb(88,67,91); }
H1.HeaderClassName
{
color: #58435B;
}
.AnyTagClassName
{
color: #58435B;
}
</style>
background-color css
<style>
a { background-color: #58435B; }
a { background-color: rgb(88,67,91); }
div.DivClassName
{
background-color: #58435B;
}
.BgClassName
{
background-color: #58435B;
}
</style>
border-color css
<style>
span { border-color: #58435B; }
span { border-color: rgb(88,67,91); }
td.TdClassName
{
border-color: #58435B;
}
.TagClassName
{
border-color: #58435B;
}
</style>