Shades of Bossanova #5B435C
Tints of Bossanova #5B435C
RGB
CMYK
RGB Variations
Color information
#5B435C (or 0x5B435C) is known color: Bossanova. HEX triplet: 5B, 43 and 5C. RGB value is (91,67,92). Sum of RGB (Red+Green+Blue) = 91+67+92=250 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.4% from 250); Green value is 67 (26.56% from 255 or 26.8% from 250); Blue value is 92 (36.33% from 255 or 36.8% from 250); Max value from RGB is 92 - color contains mainly: blue. Hex color #5B435C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B435C is #A4BCA3. Grayscale: #4C4C4C. Windows color (decimal): -10796196 or 6046555. OLE color: 6046555.
HSL color Cylindrical-coordinate representation of color #5B435C: hue angle of 297.6º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5B435C is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 67 | 92 | - |
| CMYK | 0.01 | 0.27 | 0 | 0.64 |
| HSL | 297.6º | 0.16% | 0.31% | - |
| HSV(B) | 297.6º | 0.27% | 0.36% | - |
| XYZ | 8.25 | 7.01 | 11.04 | - |
| YUV | 77.03 | 136.45 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 67 | 92 | 0.01 | 0.27 | 0 | 0.64 | 297.6 | 0.16 | 0.31 |
| Hex | 5B | 43 | 5C | 1 | 1B | 0 | 40 | 12A | 10 | 1F |
| Octal | 133 | 103 | 134 | 1 | 33 | 0 | 100 | 452 | 20 | 37 |
| Binary | 1011011 | 1000011 | 1011100 | 1 | 11011 | 0 | 1000000 | 100101010 | 10000 | 11111 |
Color Harmonies of #5B435C
Complementary color
Monochromatic Colors of #5B435C
Black with #5B435C
Text Example
Text Example
White with #5B435C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B435C; }
p { color: rgb(91,67,92); }
H1.HeaderClassName
{
color: #5B435C;
}
.AnyTagClassName
{
color: #5B435C;
}
</style>
background-color css
<style>
a { background-color: #5B435C; }
a { background-color: rgb(91,67,92); }
div.DivClassName
{
background-color: #5B435C;
}
.BgClassName
{
background-color: #5B435C;
}
</style>
border-color css
<style>
span { border-color: #5B435C; }
span { border-color: rgb(91,67,92); }
td.TdClassName
{
border-color: #5B435C;
}
.TagClassName
{
border-color: #5B435C;
}
</style>