Shades of Bossanova #58405C
Tints of Bossanova #58405C
RGB
CMYK
RGB Variations
Color information
#58405C (or 0x58405C) is known color: Bossanova. HEX triplet: 58, 40 and 5C. RGB value is (88,64,92). Sum of RGB (Red+Green+Blue) = 88+64+92=244 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.07% from 244); Green value is 64 (25.39% from 255 or 26.23% from 244); Blue value is 92 (36.33% from 255 or 37.70% from 244); Max value from RGB is 92 - color contains mainly: blue. Hex color #58405C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58405C is #A7BFA3. Grayscale: #4A4A4A. Windows color (decimal): -10993572 or 6045784. OLE color: 6045784.
HSL color Cylindrical-coordinate representation of color #58405C: hue angle of 291.43º 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 #58405C is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 88 | 64 | 92 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.64 |
| HSL | 291.43º | 0.18% | 0.31% | - |
| HSV(B) | 291.43º | 0.3% | 0.36% | - |
| XYZ | 7.79 | 6.51 | 10.97 | - |
| YUV | 74.37 | 137.95 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 64 | 92 | 0.04 | 0.30 | 0 | 0.64 | 291.43 | 0.18 | 0.31 |
| Hex | 58 | 40 | 5C | 4 | 1E | 0 | 40 | 123 | 12 | 1F |
| Octal | 130 | 100 | 134 | 4 | 36 | 0 | 100 | 443 | 22 | 37 |
| Binary | 1011000 | 1000000 | 1011100 | 100 | 11110 | 0 | 1000000 | 100100011 | 10010 | 11111 |
Color Harmonies of #58405C
Complementary color
Monochromatic Colors of #58405C
Black with #58405C
Text Example
Text Example
White with #58405C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58405C; }
p { color: rgb(88,64,92); }
H1.HeaderClassName
{
color: #58405C;
}
.AnyTagClassName
{
color: #58405C;
}
</style>
background-color css
<style>
a { background-color: #58405C; }
a { background-color: rgb(88,64,92); }
div.DivClassName
{
background-color: #58405C;
}
.BgClassName
{
background-color: #58405C;
}
</style>
border-color css
<style>
span { border-color: #58405C; }
span { border-color: rgb(88,64,92); }
td.TdClassName
{
border-color: #58405C;
}
.TagClassName
{
border-color: #58405C;
}
</style>