Shades of Bossanova #54455A
Tints of Bossanova #54455A
RGB
CMYK
RGB Variations
Color information
#54455A (or 0x54455A) is known color: Bossanova. HEX triplet: 54, 45 and 5A. RGB value is (84,69,90). Sum of RGB (Red+Green+Blue) = 84+69+90=243 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.57% from 243); Green value is 69 (27.34% from 255 or 28.40% from 243); Blue value is 90 (35.55% from 255 or 37.04% from 243); Max value from RGB is 90 - color contains mainly: blue. Hex color #54455A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54455A is #ABBAA5. Grayscale: #4B4B4B. Windows color (decimal): -11254438 or 5915988. OLE color: 5915988.
HSL color Cylindrical-coordinate representation of color #54455A: hue angle of 282.86º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #54455A is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 69 | 90 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.65 |
| HSL | 282.86º | 0.13% | 0.31% | - |
| HSV(B) | 282.86º | 0.23% | 0.35% | - |
| XYZ | 7.63 | 6.88 | 10.6 | - |
| YUV | 75.88 | 135.97 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 69 | 90 | 0.07 | 0.23 | 0 | 0.65 | 282.86 | 0.13 | 0.31 |
| Hex | 54 | 45 | 5A | 7 | 17 | 0 | 41 | 11B | D | 1F |
| Octal | 124 | 105 | 132 | 7 | 27 | 0 | 101 | 433 | 15 | 37 |
| Binary | 1010100 | 1000101 | 1011010 | 111 | 10111 | 0 | 1000001 | 100011011 | 1101 | 11111 |
Color Harmonies of #54455A
Complementary color
Monochromatic Colors of #54455A
Black with #54455A
Text Example
Text Example
White with #54455A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54455A; }
p { color: rgb(84,69,90); }
H1.HeaderClassName
{
color: #54455A;
}
.AnyTagClassName
{
color: #54455A;
}
</style>
background-color css
<style>
a { background-color: #54455A; }
a { background-color: rgb(84,69,90); }
div.DivClassName
{
background-color: #54455A;
}
.BgClassName
{
background-color: #54455A;
}
</style>
border-color css
<style>
span { border-color: #54455A; }
span { border-color: rgb(84,69,90); }
td.TdClassName
{
border-color: #54455A;
}
.TagClassName
{
border-color: #54455A;
}
</style>