Shades of Bossanova #55465A
Tints of Bossanova #55465A
RGB
CMYK
RGB Variations
Color information
#55465A (or 0x55465A) is known color: Bossanova. HEX triplet: 55, 46 and 5A. RGB value is (85,70,90). Sum of RGB (Red+Green+Blue) = 85+70+90=245 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.69% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 90 - color contains mainly: blue. Hex color #55465A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55465A is #AAB9A5. Grayscale: #4C4C4C. Windows color (decimal): -11188646 or 5916245. OLE color: 5916245.
HSL color Cylindrical-coordinate representation of color #55465A: hue angle of 285º 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 #55465A is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 70 | 90 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.65 |
| HSL | 285º | 0.13% | 0.31% | - |
| HSV(B) | 285º | 0.22% | 0.35% | - |
| XYZ | 7.78 | 7.05 | 10.62 | - |
| YUV | 76.77 | 135.47 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 70 | 90 | 0.06 | 0.22 | 0 | 0.65 | 285 | 0.13 | 0.31 |
| Hex | 55 | 46 | 5A | 6 | 16 | 0 | 41 | 11D | C | 1F |
| Octal | 125 | 106 | 132 | 6 | 26 | 0 | 101 | 435 | 14 | 37 |
| Binary | 1010101 | 1000110 | 1011010 | 110 | 10110 | 0 | 1000001 | 100011101 | 1100 | 11111 |
Color Harmonies of #55465A
Complementary color
Monochromatic Colors of #55465A
Black with #55465A
Text Example
Text Example
White with #55465A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55465A; }
p { color: rgb(85,70,90); }
H1.HeaderClassName
{
color: #55465A;
}
.AnyTagClassName
{
color: #55465A;
}
</style>
background-color css
<style>
a { background-color: #55465A; }
a { background-color: rgb(85,70,90); }
div.DivClassName
{
background-color: #55465A;
}
.BgClassName
{
background-color: #55465A;
}
</style>
border-color css
<style>
span { border-color: #55465A; }
span { border-color: rgb(85,70,90); }
td.TdClassName
{
border-color: #55465A;
}
.TagClassName
{
border-color: #55465A;
}
</style>