Shades of Bossanova #54415B
Tints of Bossanova #54415B
RGB
CMYK
RGB Variations
Color information
#54415B (or 0x54415B) is known color: Bossanova. HEX triplet: 54, 41 and 5B. RGB value is (84,65,91). Sum of RGB (Red+Green+Blue) = 84+65+91=240 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35% from 240); Green value is 65 (25.78% from 255 or 27.08% from 240); Blue value is 91 (35.94% from 255 or 37.92% from 240); Max value from RGB is 91 - color contains mainly: blue. Hex color #54415B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54415B is #ABBEA4. Grayscale: #494949. Windows color (decimal): -11255461 or 5980500. OLE color: 5980500.
HSL color Cylindrical-coordinate representation of color #54415B: hue angle of 283.85º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #54415B is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 84 | 65 | 91 | - |
| CMYK | 0.08 | 0.29 | 0 | 0.64 |
| HSL | 283.85º | 0.17% | 0.31% | - |
| HSV(B) | 283.85º | 0.29% | 0.36% | - |
| XYZ | 7.43 | 6.42 | 10.75 | - |
| YUV | 73.65 | 137.79 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 65 | 91 | 0.08 | 0.29 | 0 | 0.64 | 283.85 | 0.17 | 0.31 |
| Hex | 54 | 41 | 5B | 8 | 1D | 0 | 40 | 11C | 11 | 1F |
| Octal | 124 | 101 | 133 | 10 | 35 | 0 | 100 | 434 | 21 | 37 |
| Binary | 1010100 | 1000001 | 1011011 | 1000 | 11101 | 0 | 1000000 | 100011100 | 10001 | 11111 |
Color Harmonies of #54415B
Complementary color
Monochromatic Colors of #54415B
Black with #54415B
Text Example
Text Example
White with #54415B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54415B; }
p { color: rgb(84,65,91); }
H1.HeaderClassName
{
color: #54415B;
}
.AnyTagClassName
{
color: #54415B;
}
</style>
background-color css
<style>
a { background-color: #54415B; }
a { background-color: rgb(84,65,91); }
div.DivClassName
{
background-color: #54415B;
}
.BgClassName
{
background-color: #54415B;
}
</style>
border-color css
<style>
span { border-color: #54415B; }
span { border-color: rgb(84,65,91); }
td.TdClassName
{
border-color: #54415B;
}
.TagClassName
{
border-color: #54415B;
}
</style>