Shades of Bossanova #54415A
Tints of Bossanova #54415A
RGB
CMYK
RGB Variations
Color information
#54415A (or 0x54415A) is known color: Bossanova. HEX triplet: 54, 41 and 5A. RGB value is (84,65,90). Sum of RGB (Red+Green+Blue) = 84+65+90=239 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.15% from 239); Green value is 65 (25.78% from 255 or 27.20% from 239); Blue value is 90 (35.55% from 255 or 37.66% from 239); Max value from RGB is 90 - color contains mainly: blue. Hex color #54415A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54415A is #ABBEA5. Grayscale: #494949. Windows color (decimal): -11255462 or 5914964. OLE color: 5914964.
HSL color Cylindrical-coordinate representation of color #54415A: hue angle of 285.6º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #54415A is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 65 | 90 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.65 |
| HSL | 285.6º | 0.16% | 0.3% | - |
| HSV(B) | 285.6º | 0.28% | 0.35% | - |
| XYZ | 7.39 | 6.4 | 10.52 | - |
| YUV | 73.53 | 137.29 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 65 | 90 | 0.07 | 0.28 | 0 | 0.65 | 285.6 | 0.16 | 0.3 |
| Hex | 54 | 41 | 5A | 7 | 1C | 0 | 41 | 11E | 10 | 1E |
| Octal | 124 | 101 | 132 | 7 | 34 | 0 | 101 | 436 | 20 | 36 |
| Binary | 1010100 | 1000001 | 1011010 | 111 | 11100 | 0 | 1000001 | 100011110 | 10000 | 11110 |
Color Harmonies of #54415A
Complementary color
Monochromatic Colors of #54415A
Black with #54415A
Text Example
Text Example
White with #54415A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54415A; }
p { color: rgb(84,65,90); }
H1.HeaderClassName
{
color: #54415A;
}
.AnyTagClassName
{
color: #54415A;
}
</style>
background-color css
<style>
a { background-color: #54415A; }
a { background-color: rgb(84,65,90); }
div.DivClassName
{
background-color: #54415A;
}
.BgClassName
{
background-color: #54415A;
}
</style>
border-color css
<style>
span { border-color: #54415A; }
span { border-color: rgb(84,65,90); }
td.TdClassName
{
border-color: #54415A;
}
.TagClassName
{
border-color: #54415A;
}
</style>