Shades of Bossanova #54445A
Tints of Bossanova #54445A
RGB
CMYK
RGB Variations
Color information
#54445A (or 0x54445A) is known color: Bossanova. HEX triplet: 54, 44 and 5A. RGB value is (84,68,90). Sum of RGB (Red+Green+Blue) = 84+68+90=242 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.71% from 242); Green value is 68 (26.95% from 255 or 28.10% from 242); Blue value is 90 (35.55% from 255 or 37.19% from 242); Max value from RGB is 90 - color contains mainly: blue. Hex color #54445A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54445A is #ABBBA5. Grayscale: #4B4B4B. Windows color (decimal): -11254694 or 5915732. OLE color: 5915732.
HSL color Cylindrical-coordinate representation of color #54445A: hue angle of 283.64º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #54445A is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 68 | 90 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.65 |
| HSL | 283.64º | 0.14% | 0.31% | - |
| HSV(B) | 283.64º | 0.24% | 0.35% | - |
| XYZ | 7.57 | 6.76 | 10.58 | - |
| YUV | 75.29 | 136.3 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 68 | 90 | 0.07 | 0.24 | 0 | 0.65 | 283.64 | 0.14 | 0.31 |
| Hex | 54 | 44 | 5A | 7 | 18 | 0 | 41 | 11C | E | 1F |
| Octal | 124 | 104 | 132 | 7 | 30 | 0 | 101 | 434 | 16 | 37 |
| Binary | 1010100 | 1000100 | 1011010 | 111 | 11000 | 0 | 1000001 | 100011100 | 1110 | 11111 |
Color Harmonies of #54445A
Complementary color
Monochromatic Colors of #54445A
Black with #54445A
Text Example
Text Example
White with #54445A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54445A; }
p { color: rgb(84,68,90); }
H1.HeaderClassName
{
color: #54445A;
}
.AnyTagClassName
{
color: #54445A;
}
</style>
background-color css
<style>
a { background-color: #54445A; }
a { background-color: rgb(84,68,90); }
div.DivClassName
{
background-color: #54445A;
}
.BgClassName
{
background-color: #54445A;
}
</style>
border-color css
<style>
span { border-color: #54445A; }
span { border-color: rgb(84,68,90); }
td.TdClassName
{
border-color: #54445A;
}
.TagClassName
{
border-color: #54445A;
}
</style>