Shades of Bossanova #5C415D
Tints of Bossanova #5C415D
RGB
CMYK
RGB Variations
Color information
#5C415D (or 0x5C415D) is known color: Bossanova. HEX triplet: 5C, 41 and 5D. RGB value is (92,65,93). Sum of RGB (Red+Green+Blue) = 92+65+93=250 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.8% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 93 (36.72% from 255 or 37.2% from 250); Max value from RGB is 93 - color contains mainly: blue. Hex color #5C415D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C415D is #A3BEA2. Grayscale: #4C4C4C. Windows color (decimal): -10731171 or 6111580. OLE color: 6111580.
HSL color Cylindrical-coordinate representation of color #5C415D: hue angle of 297.86º 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 #5C415D is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 65 | 93 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.64 |
| HSL | 297.86º | 0.18% | 0.31% | - |
| HSV(B) | 297.86º | 0.3% | 0.36% | - |
| XYZ | 8.28 | 6.85 | 11.24 | - |
| YUV | 76.27 | 137.45 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 65 | 93 | 0.01 | 0.30 | 0 | 0.64 | 297.86 | 0.18 | 0.31 |
| Hex | 5C | 41 | 5D | 1 | 1E | 0 | 40 | 12A | 12 | 1F |
| Octal | 134 | 101 | 135 | 1 | 36 | 0 | 100 | 452 | 22 | 37 |
| Binary | 1011100 | 1000001 | 1011101 | 1 | 11110 | 0 | 1000000 | 100101010 | 10010 | 11111 |
Color Harmonies of #5C415D
Complementary color
Monochromatic Colors of #5C415D
Black with #5C415D
Text Example
Text Example
White with #5C415D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C415D; }
p { color: rgb(92,65,93); }
H1.HeaderClassName
{
color: #5C415D;
}
.AnyTagClassName
{
color: #5C415D;
}
</style>
background-color css
<style>
a { background-color: #5C415D; }
a { background-color: rgb(92,65,93); }
div.DivClassName
{
background-color: #5C415D;
}
.BgClassName
{
background-color: #5C415D;
}
</style>
border-color css
<style>
span { border-color: #5C415D; }
span { border-color: rgb(92,65,93); }
td.TdClassName
{
border-color: #5C415D;
}
.TagClassName
{
border-color: #5C415D;
}
</style>