Shades of Bossanova #54465A
Tints of Bossanova #54465A
RGB
CMYK
RGB Variations
Color information
#54465A (or 0x54465A) is known color: Bossanova. HEX triplet: 54, 46 and 5A. RGB value is (84,70,90). Sum of RGB (Red+Green+Blue) = 84+70+90=244 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.43% from 244); Green value is 70 (27.73% from 255 or 28.69% from 244); Blue value is 90 (35.55% from 255 or 36.89% from 244); Max value from RGB is 90 - color contains mainly: blue. Hex color #54465A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54465A is #ABB9A5. Grayscale: #4C4C4C. Windows color (decimal): -11254182 or 5916244. OLE color: 5916244.
HSL color Cylindrical-coordinate representation of color #54465A: hue angle of 282º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #54465A is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 70 | 90 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.65 |
| HSL | 282º | 0.13% | 0.31% | - |
| HSV(B) | 282º | 0.22% | 0.35% | - |
| XYZ | 7.69 | 7 | 10.62 | - |
| YUV | 76.47 | 135.64 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 70 | 90 | 0.07 | 0.22 | 0 | 0.65 | 282 | 0.13 | 0.31 |
| Hex | 54 | 46 | 5A | 7 | 16 | 0 | 41 | 11A | C | 1F |
| Octal | 124 | 106 | 132 | 7 | 26 | 0 | 101 | 432 | 14 | 37 |
| Binary | 1010100 | 1000110 | 1011010 | 111 | 10110 | 0 | 1000001 | 100011010 | 1100 | 11111 |
Color Harmonies of #54465A
Complementary color
Monochromatic Colors of #54465A
Black with #54465A
Text Example
Text Example
White with #54465A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54465A; }
p { color: rgb(84,70,90); }
H1.HeaderClassName
{
color: #54465A;
}
.AnyTagClassName
{
color: #54465A;
}
</style>
background-color css
<style>
a { background-color: #54465A; }
a { background-color: rgb(84,70,90); }
div.DivClassName
{
background-color: #54465A;
}
.BgClassName
{
background-color: #54465A;
}
</style>
border-color css
<style>
span { border-color: #54465A; }
span { border-color: rgb(84,70,90); }
td.TdClassName
{
border-color: #54465A;
}
.TagClassName
{
border-color: #54465A;
}
</style>