Shades of Bossanova #5B425B
Tints of Bossanova #5B425B
RGB
CMYK
RGB Variations
Color information
#5B425B (or 0x5B425B) is known color: Bossanova. HEX triplet: 5B, 42 and 5B. RGB value is (91,66,91). Sum of RGB (Red+Green+Blue) = 91+66+91=248 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.69% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 91 (35.94% from 255 or 36.69% from 248); Max value from RGB is 91 - color contains mainly: red, blue. Hex color #5B425B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B425B is #A4BDA4. Grayscale: #4C4C4C. Windows color (decimal): -10796453 or 5980763. OLE color: 5980763.
HSL color Cylindrical-coordinate representation of color #5B425B: hue angle of 300º 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 #5B425B is Cyan = 0, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 66 | 91 | - |
| CMYK | 0 | 0.27 | 0 | 0.64 |
| HSL | 300º | 0.16% | 0.31% | - |
| HSV(B) | 300º | 0.27% | 0.36% | - |
| XYZ | 8.15 | 6.88 | 10.8 | - |
| YUV | 76.33 | 136.28 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 66 | 91 | 0 | 0.27 | 0 | 0.64 | 300 | 0.16 | 0.31 |
| Hex | 5B | 42 | 5B | 0 | 1B | 0 | 40 | 12C | 10 | 1F |
| Octal | 133 | 102 | 133 | 0 | 33 | 0 | 100 | 454 | 20 | 37 |
| Binary | 1011011 | 1000010 | 1011011 | 0 | 11011 | 0 | 1000000 | 100101100 | 10000 | 11111 |
Color Harmonies of #5B425B
Complementary color
Monochromatic Colors of #5B425B
Black with #5B425B
Text Example
Text Example
White with #5B425B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B425B; }
p { color: rgb(91,66,91); }
H1.HeaderClassName
{
color: #5B425B;
}
.AnyTagClassName
{
color: #5B425B;
}
</style>
background-color css
<style>
a { background-color: #5B425B; }
a { background-color: rgb(91,66,91); }
div.DivClassName
{
background-color: #5B425B;
}
.BgClassName
{
background-color: #5B425B;
}
</style>
border-color css
<style>
span { border-color: #5B425B; }
span { border-color: rgb(91,66,91); }
td.TdClassName
{
border-color: #5B425B;
}
.TagClassName
{
border-color: #5B425B;
}
</style>