Shades of Bossanova #5D445D
Tints of Bossanova #5D445D
RGB
CMYK
RGB Variations
Color information
#5D445D (or 0x5D445D) is known color: Bossanova. HEX triplet: 5D, 44 and 5D. RGB value is (93,68,93). Sum of RGB (Red+Green+Blue) = 93+68+93=254 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.61% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 93 - color contains mainly: red, blue. Hex color #5D445D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D445D is #A2BBA2. Grayscale: #4E4E4E. Windows color (decimal): -10664867 or 6112349. OLE color: 6112349.
HSL color Cylindrical-coordinate representation of color #5D445D: hue angle of 300º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5D445D is Cyan = 0, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 68 | 93 | - |
| CMYK | 0 | 0.27 | 0 | 0.64 |
| HSL | 300º | 0.16% | 0.32% | - |
| HSV(B) | 300º | 0.27% | 0.36% | - |
| XYZ | 8.56 | 7.25 | 11.3 | - |
| YUV | 78.33 | 136.28 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 68 | 93 | 0 | 0.27 | 0 | 0.64 | 300 | 0.16 | 0.32 |
| Hex | 5D | 44 | 5D | 0 | 1B | 0 | 40 | 12C | 10 | 20 |
| Octal | 135 | 104 | 135 | 0 | 33 | 0 | 100 | 454 | 20 | 40 |
| Binary | 1011101 | 1000100 | 1011101 | 0 | 11011 | 0 | 1000000 | 100101100 | 10000 | 100000 |
Color Harmonies of #5D445D
Complementary color
Monochromatic Colors of #5D445D
Black with #5D445D
Text Example
Text Example
White with #5D445D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D445D; }
p { color: rgb(93,68,93); }
H1.HeaderClassName
{
color: #5D445D;
}
.AnyTagClassName
{
color: #5D445D;
}
</style>
background-color css
<style>
a { background-color: #5D445D; }
a { background-color: rgb(93,68,93); }
div.DivClassName
{
background-color: #5D445D;
}
.BgClassName
{
background-color: #5D445D;
}
</style>
border-color css
<style>
span { border-color: #5D445D; }
span { border-color: rgb(93,68,93); }
td.TdClassName
{
border-color: #5D445D;
}
.TagClassName
{
border-color: #5D445D;
}
</style>