Shades of Bossanova #54405B
Tints of Bossanova #54405B
RGB
CMYK
RGB Variations
Color information
#54405B (or 0x54405B) is known color: Bossanova. HEX triplet: 54, 40 and 5B. RGB value is (84,64,91). Sum of RGB (Red+Green+Blue) = 84+64+91=239 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.15% from 239); Green value is 64 (25.39% from 255 or 26.78% from 239); Blue value is 91 (35.94% from 255 or 38.08% from 239); Max value from RGB is 91 - color contains mainly: blue. Hex color #54405B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54405B is #ABBFA4. Grayscale: #484848. Windows color (decimal): -11255717 or 5980244. OLE color: 5980244.
HSL color Cylindrical-coordinate representation of color #54405B: hue angle of 284.44º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #54405B is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 84 | 64 | 91 | - |
| CMYK | 0.08 | 0.30 | 0 | 0.64 |
| HSL | 284.44º | 0.17% | 0.3% | - |
| HSV(B) | 284.44º | 0.3% | 0.36% | - |
| XYZ | 7.38 | 6.31 | 10.73 | - |
| YUV | 73.06 | 138.13 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 64 | 91 | 0.08 | 0.30 | 0 | 0.64 | 284.44 | 0.17 | 0.3 |
| Hex | 54 | 40 | 5B | 8 | 1E | 0 | 40 | 11C | 11 | 1E |
| Octal | 124 | 100 | 133 | 10 | 36 | 0 | 100 | 434 | 21 | 36 |
| Binary | 1010100 | 1000000 | 1011011 | 1000 | 11110 | 0 | 1000000 | 100011100 | 10001 | 11110 |
Color Harmonies of #54405B
Complementary color
Monochromatic Colors of #54405B
Black with #54405B
Text Example
Text Example
White with #54405B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54405B; }
p { color: rgb(84,64,91); }
H1.HeaderClassName
{
color: #54405B;
}
.AnyTagClassName
{
color: #54405B;
}
</style>
background-color css
<style>
a { background-color: #54405B; }
a { background-color: rgb(84,64,91); }
div.DivClassName
{
background-color: #54405B;
}
.BgClassName
{
background-color: #54405B;
}
</style>
border-color css
<style>
span { border-color: #54405B; }
span { border-color: rgb(84,64,91); }
td.TdClassName
{
border-color: #54405B;
}
.TagClassName
{
border-color: #54405B;
}
</style>