Shades of Bossanova #5B435D
Tints of Bossanova #5B435D
RGB
CMYK
RGB Variations
Color information
#5B435D (or 0x5B435D) is known color: Bossanova. HEX triplet: 5B, 43 and 5D. RGB value is (91,67,93). Sum of RGB (Red+Green+Blue) = 91+67+93=251 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.25% from 251); Green value is 67 (26.56% from 255 or 26.69% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 93 - color contains mainly: blue. Hex color #5B435D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B435D is #A4BCA2. Grayscale: #4D4D4D. Windows color (decimal): -10796195 or 6112091. OLE color: 6112091.
HSL color Cylindrical-coordinate representation of color #5B435D: hue angle of 295.38º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5B435D is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 67 | 93 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.64 |
| HSL | 295.38º | 0.16% | 0.31% | - |
| HSV(B) | 295.38º | 0.28% | 0.36% | - |
| XYZ | 8.3 | 7.03 | 11.28 | - |
| YUV | 77.14 | 136.95 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 67 | 93 | 0.02 | 0.28 | 0 | 0.64 | 295.38 | 0.16 | 0.31 |
| Hex | 5B | 43 | 5D | 2 | 1C | 0 | 40 | 127 | 10 | 1F |
| Octal | 133 | 103 | 135 | 2 | 34 | 0 | 100 | 447 | 20 | 37 |
| Binary | 1011011 | 1000011 | 1011101 | 10 | 11100 | 0 | 1000000 | 100100111 | 10000 | 11111 |
Color Harmonies of #5B435D
Complementary color
Monochromatic Colors of #5B435D
Black with #5B435D
Text Example
Text Example
White with #5B435D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B435D; }
p { color: rgb(91,67,93); }
H1.HeaderClassName
{
color: #5B435D;
}
.AnyTagClassName
{
color: #5B435D;
}
</style>
background-color css
<style>
a { background-color: #5B435D; }
a { background-color: rgb(91,67,93); }
div.DivClassName
{
background-color: #5B435D;
}
.BgClassName
{
background-color: #5B435D;
}
</style>
border-color css
<style>
span { border-color: #5B435D; }
span { border-color: rgb(91,67,93); }
td.TdClassName
{
border-color: #5B435D;
}
.TagClassName
{
border-color: #5B435D;
}
</style>