Shades of Bossanova #55455B
Tints of Bossanova #55455B
RGB
CMYK
RGB Variations
Color information
#55455B (or 0x55455B) is known color: Bossanova. HEX triplet: 55, 45 and 5B. RGB value is (85,69,91). Sum of RGB (Red+Green+Blue) = 85+69+91=245 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.69% from 245); Green value is 69 (27.34% from 255 or 28.16% from 245); Blue value is 91 (35.94% from 255 or 37.14% from 245); Max value from RGB is 91 - color contains mainly: blue. Hex color #55455B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55455B is #AABAA4. Grayscale: #4C4C4C. Windows color (decimal): -11188901 or 5981525. OLE color: 5981525.
HSL color Cylindrical-coordinate representation of color #55455B: hue angle of 283.64º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #55455B is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 69 | 91 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.64 |
| HSL | 283.64º | 0.14% | 0.31% | - |
| HSV(B) | 283.64º | 0.24% | 0.36% | - |
| XYZ | 7.76 | 6.94 | 10.83 | - |
| YUV | 76.29 | 136.3 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 69 | 91 | 0.07 | 0.24 | 0 | 0.64 | 283.64 | 0.14 | 0.31 |
| Hex | 55 | 45 | 5B | 7 | 18 | 0 | 40 | 11C | E | 1F |
| Octal | 125 | 105 | 133 | 7 | 30 | 0 | 100 | 434 | 16 | 37 |
| Binary | 1010101 | 1000101 | 1011011 | 111 | 11000 | 0 | 1000000 | 100011100 | 1110 | 11111 |
Color Harmonies of #55455B
Complementary color
Monochromatic Colors of #55455B
Black with #55455B
Text Example
Text Example
White with #55455B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55455B; }
p { color: rgb(85,69,91); }
H1.HeaderClassName
{
color: #55455B;
}
.AnyTagClassName
{
color: #55455B;
}
</style>
background-color css
<style>
a { background-color: #55455B; }
a { background-color: rgb(85,69,91); }
div.DivClassName
{
background-color: #55455B;
}
.BgClassName
{
background-color: #55455B;
}
</style>
border-color css
<style>
span { border-color: #55455B; }
span { border-color: rgb(85,69,91); }
td.TdClassName
{
border-color: #55455B;
}
.TagClassName
{
border-color: #55455B;
}
</style>