Shades of Bossanova #5B3D5D
Tints of Bossanova #5B3D5D
RGB
CMYK
RGB Variations
Color information
#5B3D5D (or 0x5B3D5D) is known color: Bossanova. HEX triplet: 5B, 3D and 5D. RGB value is (91,61,93). Sum of RGB (Red+Green+Blue) = 91+61+93=245 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.14% from 245); Green value is 61 (24.22% from 255 or 24.90% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 93 - color contains mainly: blue. Hex color #5B3D5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3D5D is #A4C2A2. Grayscale: #494949. Windows color (decimal): -10797731 or 6110555. OLE color: 6110555.
HSL color Cylindrical-coordinate representation of color #5B3D5D: hue angle of 296.25º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5B3D5D is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 61 | 93 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.64 |
| HSL | 296.25º | 0.21% | 0.3% | - |
| HSV(B) | 296.25º | 0.34% | 0.36% | - |
| XYZ | 7.96 | 6.35 | 11.16 | - |
| YUV | 73.62 | 138.94 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 61 | 93 | 0.02 | 0.34 | 0 | 0.64 | 296.25 | 0.21 | 0.3 |
| Hex | 5B | 3D | 5D | 2 | 22 | 0 | 40 | 128 | 15 | 1E |
| Octal | 133 | 75 | 135 | 2 | 42 | 0 | 100 | 450 | 25 | 36 |
| Binary | 1011011 | 111101 | 1011101 | 10 | 100010 | 0 | 1000000 | 100101000 | 10101 | 11110 |
Color Harmonies of #5B3D5D
Complementary color
Monochromatic Colors of #5B3D5D
Black with #5B3D5D
Text Example
Text Example
White with #5B3D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3D5D; }
p { color: rgb(91,61,93); }
H1.HeaderClassName
{
color: #5B3D5D;
}
.AnyTagClassName
{
color: #5B3D5D;
}
</style>
background-color css
<style>
a { background-color: #5B3D5D; }
a { background-color: rgb(91,61,93); }
div.DivClassName
{
background-color: #5B3D5D;
}
.BgClassName
{
background-color: #5B3D5D;
}
</style>
border-color css
<style>
span { border-color: #5B3D5D; }
span { border-color: rgb(91,61,93); }
td.TdClassName
{
border-color: #5B3D5D;
}
.TagClassName
{
border-color: #5B3D5D;
}
</style>