Shades of Bossanova #58435C
Tints of Bossanova #58435C
RGB
CMYK
RGB Variations
Color information
#58435C (or 0x58435C) is known color: Bossanova. HEX triplet: 58, 43 and 5C. RGB value is (88,67,92). Sum of RGB (Red+Green+Blue) = 88+67+92=247 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.63% from 247); Green value is 67 (26.56% from 255 or 27.13% from 247); Blue value is 92 (36.33% from 255 or 37.25% from 247); Max value from RGB is 92 - color contains mainly: blue. Hex color #58435C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58435C is #A7BCA3. Grayscale: #4C4C4C. Windows color (decimal): -10992804 or 6046552. OLE color: 6046552.
HSL color Cylindrical-coordinate representation of color #58435C: hue angle of 290.4º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #58435C is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 88 | 67 | 92 | - |
| CMYK | 0.04 | 0.27 | 0 | 0.64 |
| HSL | 290.4º | 0.16% | 0.31% | - |
| HSV(B) | 290.4º | 0.27% | 0.36% | - |
| XYZ | 7.96 | 6.86 | 11.03 | - |
| YUV | 76.13 | 136.96 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 67 | 92 | 0.04 | 0.27 | 0 | 0.64 | 290.4 | 0.16 | 0.31 |
| Hex | 58 | 43 | 5C | 4 | 1B | 0 | 40 | 122 | 10 | 1F |
| Octal | 130 | 103 | 134 | 4 | 33 | 0 | 100 | 442 | 20 | 37 |
| Binary | 1011000 | 1000011 | 1011100 | 100 | 11011 | 0 | 1000000 | 100100010 | 10000 | 11111 |
Color Harmonies of #58435C
Complementary color
Monochromatic Colors of #58435C
Black with #58435C
Text Example
Text Example
White with #58435C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58435C; }
p { color: rgb(88,67,92); }
H1.HeaderClassName
{
color: #58435C;
}
.AnyTagClassName
{
color: #58435C;
}
</style>
background-color css
<style>
a { background-color: #58435C; }
a { background-color: rgb(88,67,92); }
div.DivClassName
{
background-color: #58435C;
}
.BgClassName
{
background-color: #58435C;
}
</style>
border-color css
<style>
span { border-color: #58435C; }
span { border-color: rgb(88,67,92); }
td.TdClassName
{
border-color: #58435C;
}
.TagClassName
{
border-color: #58435C;
}
</style>